Update ci.yml

This commit is contained in:
Hiddify
2023-07-18 10:17:27 +02:00
committed by GitHub
parent 27db30bed8
commit cea0d8814d

View File

@@ -55,16 +55,17 @@ jobs:
make release-android make release-android
find ./ -type f -name "*.apk" -exec cp {} . \; find ./ -type f -name "*.apk" -exec cp {} . \;
- name: Release Windows
run: |
flutter_distributor package --platform windows --targets exe
find ./ -type f -name "*.exe" -exec cp {} . \;
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: apk name: apk
path: ./*.apk path: ./*.apk
- name: Release Windows
run: |
dart pub global activate flutter_distributor
flutter_distributor package --platform windows --targets exe
find ./ -type f -name "*.exe" -exec cp {} . \;
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: exe name: exe