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 27, 2024
1 parent 843e124 commit 1fca277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 --obfuscate --build-number=${{ env.VERSION_CODE }} --split-debug-info=build/app/outputs/symbols --verbose
build-cmd: flutter build appbundle --flavor googlePlay --release --build-number=${{ env.VERSION_CODE }}
working-directory: ./

- name: Rename APK
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-symbol
path: build/app/outputs/symbols
path: build/app/intermediates/merged_native_libs/release/out/lib


- uses: r0adkll/upload-google-play@v1
Expand All @@ -54,4 +54,4 @@ jobs:
releaseFiles: build/app/outputs/bundle/googlePlayRelease/moonchain.aab
track: alpha
status: draft
debugSymbols: build/app/outputs/symbols
debugSymbols: build/app/intermediates/merged_native_libs/release/out/lib

0 comments on commit 1fca277

Please sign in to comment.