Skip to content

Commit

Permalink
Update submit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 26, 2024
1 parent 2cefed6 commit 80280e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
keystore-base64: ${{ secrets.ANDROID_RELEASE_KEY }}
keystore-password: "${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}"
build-cmd: flutter build appbundle --flavor googlePlay --release --build-number=${{ env.VERSION_CODE }} --obfuscate --split-debug-info=debug-info/
build-cmd: flutter build appbundle --flavor googlePlay --release --build-number=${{ env.VERSION_CODE }} --obfuscate --split-debug-info=build/app/outputs/symbols
working-directory: ./

- name: Rename APK
Expand All @@ -48,4 +48,4 @@ jobs:
releaseFiles: build/app/outputs/bundle/googlePlayRelease/moonchain.aab
track: alpha
status: draft
debugSymbols: build/app/intermediates/merged_native_libs/release/out/lib
debugSymbols: build/app/outputs/symbols

0 comments on commit 80280e8

Please sign in to comment.