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 d317e7d commit 5fe9e91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
# Try running the build locally with the build command to be sure of this path
path: build/app/outputs/bundle/googlePlayRelease/moonchain.aab

- name: Archive symbols
uses: actions/upload-artifact@v4
with:
name: release-symbol
path: build/app/outputs/symbols


- uses: r0adkll/upload-google-play@v1
with:
Expand Down

0 comments on commit 5fe9e91

Please sign in to comment.