tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-android/action.yml')
| -rw-r--r-- | .github/actions/export-android/action.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/actions/export-android/action.yml b/.github/actions/export-android/action.yml index 225edf5..da3881c 100644 --- a/.github/actions/export-android/action.yml +++ b/.github/actions/export-android/action.yml @@ -40,13 +40,6 @@ runs: fi shell: bash - - name: Setup editor settings - if: steps.get-export-name.outputs.export-name - run: | - mkdir -p ~/.config/godot/ - mv /root/.config/godot/editor_settings-3.tres ~/.config/godot/editor_settings-3.tres - shell: bash - - name: Build (release) if: inputs.android-keystore-base64 && steps.get-export-name.outputs.export-name run: | |