Skip to content

Commit

Permalink
chore: Sign Artifacts using Release Keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Dec 5, 2023
1 parent 67fb356 commit 9b889b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: ./.github/actions/create-release-apk
with:
keystore: ${{ secrets.KEYSTORE_DEBUG }}
keystore: ${{ secrets.KEYSTORE_RELEASE }}
key_alias: ${{ secrets.SIGNING_KEY_ALIAS }}
key_password: ${{ secrets.SIGNING_KEY_PASSWORD }}
store_password: ${{ secrets.SIGNING_STORE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: ./.github/actions/create-release-apk
with:
keystore: ${{ secrets.KEYSTORE_DEBUG }}
keystore: ${{ secrets.KEYSTORE_RELEASE }}
key_alias: ${{ secrets.SIGNING_KEY_ALIAS }}
key_password: ${{ secrets.SIGNING_KEY_PASSWORD }}
store_password: ${{ secrets.SIGNING_STORE_PASSWORD }}
Expand Down

0 comments on commit 9b889b0

Please sign in to comment.