Skip to content

Commit

Permalink
Use package name in variable so its visible
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp committed Jul 26, 2023
1 parent af29643 commit 6822347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
with:
build-type: "bundle"
gradle-task: "bundleRelease"
package-name: ${{ secrets.KEYSTORE_ALIAS }}
package-name: ${{ vars.PACKAGE_NAME_PLAY_STORE }}
keystore-content: ${{ secrets.KEYSTORE_CONTENT }}
keystore-password: ${{ secrets.KEYSTORE_PASSWORD }}
keystore-alias: ${{ secrets.KEYSTORE_ALIAS }}
Expand Down

0 comments on commit 6822347

Please sign in to comment.