Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-android-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsherm-fwdsec committed Sep 19, 2022
2 parents 691a2b9 + 0428b1e commit 787bb40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
- name: List Downloaded artifacts (sampling of download-artifact)
run: ls -l

- uses: r0adkll/sign-android-release@v1
- uses: ilharp/sign-android-release@v1
name: Sign app APK
# ID used to access action output
id: sign_app
with:
releaseDirectory: ./Android/MSTG-Android-Kotlin-App/app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.KEYSTORE }}
alias: ${{ secrets.SIGNING_KEY_ALIAS }}
releaseDir: ./Android/MSTG-Android-Kotlin-App/app/build/outputs/apk/release
signingKey: ${{ secrets.KEYSTORE }}
keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }}
keyStorePassword: ${{ secrets.SIGNING_STORE_PASSWORD }}
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}

Expand Down

0 comments on commit 787bb40

Please sign in to comment.