1
0
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:
stonegate 2020-05-19 14:15:13 +08:00
parent 70c01f1f21
commit 4b67f41d0c

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