Skip to content

Commit

Permalink
Debug signing step
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jul 27, 2023
1 parent b15001b commit 5d1fdca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-android-google-play.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
KEYSTORE_PATH=${{ runner.temp }}/upload-keystore.jks
echo -n "${{ secrets.PLAYSTORE_KEYSTORE }}" | base64 --decode > $KEYSTORE_PATH
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
- name: Upload self-signed bundle to GitHub
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 5d1fdca

Please sign in to comment.