Skip to content

Commit

Permalink
CD debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenCappuccino authored Oct 15, 2021
1 parent f8ba3e5 commit 1786131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: flutter pub get

- name: Build APK
run: flutter build apk --split-per-abi --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --scan
run: flutter build apk --split-per-abi --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --verbose
- name: Build AAB
run: flutter build appbundle --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --scan
run: flutter build appbundle --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --verbose

- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
Expand Down

0 comments on commit 1786131

Please sign in to comment.