Skip to content

Commit

Permalink
[#6] Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiasama committed Nov 8, 2023
1 parent bdf80c7 commit 507a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Restore release keystore
run: |
echo ${{ secrets.ANDROID_RELEASE_KEYSTORE }} > release.keystore.asc
echo ${{ secrets.ANDROID_RELEASE_KEYSTORE }} > sample/release.keystore.asc
gpg -d --passphrase "${{ secrets.ANDROID_RELEASE_KEYSTORE_PASSPHRASE }}" --batch release.keystore.asc > config/release.keystore
- name: Decode buildKonfig properties
Expand Down

0 comments on commit 507a4a2

Please sign in to comment.