modified: .github/workflows/main.yml

This commit is contained in:
stonegate 2020-05-19 14:15:13 +08:00
parent 70c01f1f21
commit 4b67f41d0c
1 changed files with 5 additions and 0 deletions

View File

@ -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 }}