Skip to content

Commit

Permalink
Update release.yml - add dump
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor authored Jul 14, 2024
1 parent 79e9d22 commit 8d74caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
fileName: 'release.keystore'
encodedString: ${{ secrets.SIGNING_KEY }}
- name: Dump
run: cat ${{steps.setup_keystore.outputs.filePath}}
- name: Build with Gradle
run: ./gradlew assembleRelease -Pandroid.injected.signing.store.file=${{steps.setup_keystore.outputs.filePath}} -Pandroid.injected.signing.store.password=${{secrets.KEY_STORE_PASSWORD}} -Pandroid.injected.signing.key.alias=${{secrets.ALIAS}} -Pandroid.injected.signing.key.password=${{secrets.KEY_PASSWORD}}

Expand Down

0 comments on commit 8d74caf

Please # to comment.