Skip to content

Commit

Permalink
Added quotes around release keystore credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranger-NF committed Aug 23, 2024
1 parent f7ab93e commit a0594d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
run: |
echo $RELEASE_KEYSTORE_BASE64 | base64 --decode >> release.keystore
sed -i '29i keystore\/release="release.keystore"\ ' export_presets.cfg # Adding new line at line number 29 (Might break in future)
sed -i '30i keystore\/release_user=$RELEASE_KEYSTORE_USER\ ' export_presets.cfg
sed -i '31i keystore\/release_password=$RELEASE_KEYSTORE_PASSWORD\ ' export_presets.cfg
sed -i '30i keystore\/release_user="$RELEASE_KEYSTORE_USER"\ ' export_presets.cfg
sed -i '31i keystore\/release_password="$RELEASE_KEYSTORE_PASSWORD"\ ' export_presets.cfg
- name: Android relase build
run: |
mkdir -v -p build/android
Expand Down

0 comments on commit a0594d9

Please sign in to comment.