Update ci.yml
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -55,16 +55,17 @@ jobs:
|
||||
make release-android
|
||||
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
|
||||
with:
|
||||
name: 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
|
||||
with:
|
||||
name: exe
|
||||
|
||||
Reference in New Issue
Block a user