Skip to content

Commit

Permalink
try no2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohitkoley committed May 9, 2024
1 parent d747f83 commit 21e5556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
TMP_KEYSTORE_FILE_PATH="${RUNNER_TEMP}"/keystore
mkdir "${TMP_KEYSTORE_FILE_PATH}"
echo $ENCODED_STRING | base64 -di > "${TMP_KEYSTORE_FILE_PATH}"/experiment_keystore.jks
echo $ENCODED_STRING | base64 -i > "${TMP_KEYSTORE_FILE_PATH}"/experiment_keystore.jks
- name: Make gradlew executable
run: chmod +x android/./gradlew
Expand Down

0 comments on commit 21e5556

Please sign in to comment.