Skip to content

Commit

Permalink
base 64 decode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 authored Jul 11, 2024
1 parent 0a1a145 commit 6cb87cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
TMP_DIR: ${{ runner.temp }}
run: |
SIGNING_STORE_FILE_PATH="${TMP_DIR}/keystore.jks"
echo ${SIGNING_STORE_BASE64} | base64 -d > ${SIGNING_STORE_FILE_PATH}
echo ${SIGNING_STORE_BASE64} | base64 -di > ${SIGNING_STORE_FILE_PATH}
- name: Change gradle signing config to github release
if: ${{ (github.event_name == 'release') }}
Expand Down

0 comments on commit 6cb87cd

Please sign in to comment.