mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
12
This commit is contained in:
parent
db97c5c09c
commit
6744e2e68a
1 changed files with 9 additions and 2 deletions
11
.github/workflows/flutter-ci.yaml
vendored
11
.github/workflows/flutter-ci.yaml
vendored
|
|
@ -159,6 +159,7 @@ jobs:
|
|||
dist/vaani-linux-amd64.AppImage
|
||||
|
||||
build_windows:
|
||||
needs: test
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
@ -183,10 +184,10 @@ jobs:
|
|||
run: |
|
||||
flutter_distributor package --platform windows --targets msix,zip --skip-clean
|
||||
|
||||
- name: Upload Windows APP to Artifacts
|
||||
- name: Upload Windows Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows
|
||||
name: windows-release-artifacts
|
||||
path: |
|
||||
dist/*/*.msix
|
||||
dist/*/*.zip
|
||||
|
|
@ -218,6 +219,12 @@ jobs:
|
|||
with:
|
||||
name: linux-release-artifacts
|
||||
path: ./release-artifacts/linux
|
||||
|
||||
- name: Download Linux Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: windows-release-artifacts
|
||||
path: ./release-artifacts/windows
|
||||
|
||||
- name: List downloaded files (for debugging)
|
||||
run: ls -R ./release-artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue