Skip to content

Commit

Permalink
[#6] Test script
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiasama committed Nov 8, 2023
1 parent 61d6861 commit 04227a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
run: |
echo ${{ secrets.ANDROID_SIGNING_PROPERTIES }} | base64 --decode > signing.properties
# echo ${{ secrets.ANDROID_RELEASE_KEYSTORE }} > release.keystore.gpg
# gpg -d --passphrase "${{ secrets.ANDROID_RELEASE_KEYSTORE_PASSPHRASE }}" --batch release.keystore.gpg > config/release.keystore
- name: Restore release keystore
run: |
echo ${{ secrets.ANDROID_RELEASE_KEYSTORE }} > release.keystore.gpg
gpg -d --passphrase "${{ secrets.ANDROID_RELEASE_KEYSTORE_PASSPHRASE }}" --batch release.keystore.gpg > config/release.keystore
echo "${{ secrets.ANDROID_RELEASE_KEYSTORE }}" | base64 --decode | tee release.keystore.gpg
gpg --batch --passphrase "${{ secrets.ANDROID_RELEASE_KEYSTORE_PASSPHRASE }}" -d -o config/release.keystore release.keystore.gpg
- name: Decode buildKonfig properties
run: echo ${{ secrets.BUILD_KONFIG_PROPERTIES }} | base64 --decode > buildKonfig.properties
Expand Down

0 comments on commit 04227a7

Please sign in to comment.