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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user