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 e7def07 commit f8ba3e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ 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 }}
run: flutter build apk --split-per-abi --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --scan
- name: Build AAB
run: flutter build appbundle --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }}
run: flutter build appbundle --release --build-name ${{ github.event.release.tag_name }} --build-number ${{ github.run_id }} --scan

- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "build/app/outputs/bundle/release/app.aab,build/app/outputs/apk/release/*.apk"
args: "build/app/outputs/bundle/release/app.aab,build/app/outputs/apk/release/*.apk"

0 comments on commit f8ba3e5

Please sign in to comment.