Skip to content

Commit

Permalink
Update deploy-apps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder authored Jan 27, 2024
1 parent 4e6d0e4 commit 2039c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
ls -la
echo "${{ secrets.STUDYU_ANDROID_KEYSTORE }}" > keystore.jks.asc
gpg -d --passphrase "${{ secrets.STUDYU_ANDROID_KEYSTORE_PASSWORD }}" --batch app/keystore.jks.asc > android/app/studyu-keystore.jks
gpg -d --passphrase "${{ secrets.STUDYU_ANDROID_KEYSTORE_PASSWORD }}" --batch keystore.jks.asc > app/android/app/studyu-keystore.jks
echo "${{ secrets.STUDYU_KEY_PROPERTIES}}" > app/android/key.properties
ls -la
Expand Down

0 comments on commit 2039c6a

Please sign in to comment.