Skip to content

Commit

Permalink
Update uploadBuildOnTag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Sep 14, 2024
1 parent 4562834 commit c1822fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uploadBuildOnTag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: r0adkll/sign-android-release@v1
with:
releaseDirectory: app/build/outputs/apk/free/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
signingKeyBase64: ${{ secrets.SIGNING_KEY_WITH_PRO }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
Expand Down

0 comments on commit c1822fd

Please sign in to comment.