diff --git a/action.yml b/action.yml index d4c482e..ba401ec 100644 --- a/action.yml +++ b/action.yml @@ -62,19 +62,7 @@ runs: - name: Set Android SDK path in Godot Editor settings if: steps.cache-godot.outputs.cache-hit != 'true' shell: bash - env: - SETTINGS: | - [gd_resource type="EditorSettings" format=3] - - [resource] - export/android/android_sdk_path = "/usr/local/lib/android/sdk" - export/android/shutdown_adb_on_exit = true - export/android/force_system_user = false - export/android/debug_keystore = "${{ github.action_path }}/debug.keystore" - export/android/debug_keystore_user = "androiddebugkey" - export/android/debug_keystore_pass = "android" - - run: echo $SETTINGS >> ~/.config/godot/editor_settings-4.tres + run: cp editor_settings-4.tres.template ~/.config/godot/editor_settings-4.tres - name: Install Android build template shell: bash