mirror of
https://github.com/stonega/tsacdop
synced 2025-02-08 23:58:46 +01:00
modified: .github/workflows/main.yml
This commit is contained in:
parent
70c01f1f21
commit
4b67f41d0c
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -43,5 +43,10 @@ jobs:
|
||||
dart tool/env.dart
|
||||
- name: Build android version
|
||||
run: flutter build appbundle --no-shrink
|
||||
- name: Create a Release APK
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "build/app/outputs/apk/debug/*.apk"
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user