Skip to content

Commit

Permalink
Merge branch 'release/t0.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 22, 2024
2 parents 6201342 + f3146fe commit c4040c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_foss_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: r0adkll/sign-android-release@v1.0.4
with:
releaseDirectory: app/build/outputs/apk/fossReliant/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
signingKeyBase64: ${{ secrets.SIGNING_KEY2 }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_play_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: r0adkll/sign-android-release@v1.0.4
with:
releaseDirectory: app/build/outputs/apk/googlePlay/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
signingKeyBase64: ${{ secrets.SIGNING_KEY2 }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
Expand Down

0 comments on commit c4040c9

Please sign in to comment.