mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-18 23:39:34 +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
|
dist/vaani-linux-amd64.AppImage
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
|
needs: test
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
@ -183,10 +184,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
flutter_distributor package --platform windows --targets msix,zip --skip-clean
|
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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows
|
name: windows-release-artifacts
|
||||||
path: |
|
path: |
|
||||||
dist/*/*.msix
|
dist/*/*.msix
|
||||||
dist/*/*.zip
|
dist/*/*.zip
|
||||||
|
|
@ -218,6 +219,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: linux-release-artifacts
|
name: linux-release-artifacts
|
||||||
path: ./release-artifacts/linux
|
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)
|
- name: List downloaded files (for debugging)
|
||||||
run: ls -R ./release-artifacts
|
run: ls -R ./release-artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue