Skip to content

Commit

Permalink
Quote store password
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jul 27, 2023
1 parent 5d1fdca commit 6c46141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-android-google-play.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd ${{ env.BUNDLE_DIR }}
ls
jarsigner --help
jarsigner -verbose -sigalg SHA256withRSA -digestalg SHA-256 -keystore $KEYSTORE_PATH -storepass ${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }} ${{ env.BUNDLE_NAME }} upload
jarsigner -verbose -sigalg SHA256withRSA -digestalg SHA-256 -keystore $KEYSTORE_PATH -storepass "${{ secrets.PLAYSTORE_KEYSTORE_PASSWORD }}" ${{ env.BUNDLE_NAME }} upload
- name: Upload self-signed bundle to GitHub
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 6c46141

Please sign in to comment.