tools for exporting godot projects via Github Actions
fix android job
| -rw-r--r-- | .github/actions/export-android/action.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/export-android/action.yml b/.github/actions/export-android/action.yml index 32f3593..45827a1 100644 --- a/.github/actions/export-android/action.yml +++ b/.github/actions/export-android/action.yml @@ -19,6 +19,7 @@ runs: - name: Setup editor settings # the Dockerfile is supposed to do this for me *grumbles* run: | + mkdir -vp ~/.config/godot/ wget -nv 'https://raw.githubusercontent.com/bend-n/godot-actions/main/.github/editor-settings.tres' -O ~/.config/godot/editor_settings-3.tres # debug keystore is needed for release build /shrug |