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 c275c04 commit 19f8fd4
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 @@ -38,7 +38,7 @@ jobs:
run: echo ${{ secrets.ANDROID_SIGNING_PROPERTIES }} | base64 --decode > signing.properties

- name: Decode release keystore
run: echo ${{ secrets.ANDROID_RELEASE_KEYSTORE }} | base64 --decode > config/release.keystore
run: echo "${{ secrets.ANDROID_RELEASE_KEYSTORE }}" | base64 --decode > config/release.keystore

- name: Decode buildKonfig properties
run: echo ${{ secrets.BUILD_KONFIG_PROPERTIES }} | base64 --decode > buildKonfig.properties
Expand Down

0 comments on commit 19f8fd4

Please sign in to comment.