Skip to content

Commit

Permalink
ci/cd: create .godot dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Dec 8, 2023
1 parent 38d431b commit 6981dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Create export_credentials.cfg and inject values
run: |
mkdir $WORKING_DIRECTORY/.godot/
cp $WORKING_DIRECTORY/export_credentials.android.example $WORKING_DIRECTORY/.godot/export_credentials.cfg
sed -i "s|KEYSTORE_RELEASE_PATH|$GITHUB_WORKSPACE/release.keystore|g" $WORKING_DIRECTORY/.godot/export_credentials.cfg
sed -i "s|KEYSTORE_DEBUG_PATH|$GITHUB_WORKSPACE/debug.keystore|g" $WORKING_DIRECTORY/.godot/export_credentials.cfg
Expand Down

0 comments on commit 6981dfc

Please sign in to comment.