diff --git a/action.yml b/action.yml index ba401ec..4332bf8 100644 --- a/action.yml +++ b/action.yml @@ -53,17 +53,12 @@ runs: unzip Godot_v${{ inputs.godot-version }}-stable_export_templates.tpz mkdir -p ~/.local/share/godot/export_templates/${{ inputs.godot-version }}.stable mkdir -p ~/.config/godot/ - touch ~/.config/godot/editor_settings-4.tres + cp editor_settings-4.tres.template ~/.config/godot/editor_settings-4.tres mv templates/* ~/.local/share/godot/export_templates/${{ inputs.godot-version }}.stable rm -f Godot_v${{ inputs.godot-version }}-stable_linux.x86_64.zip Godot_v${{ inputs.godot-version }}-stable_export_templates.tpz mv ./Godot_v${{ inputs.godot-version }}-stable_linux.x86_64 /usr/local/bin/godot godot --headless --path ${{ inputs.working-directory }} --quit-after 200 -v -e > /dev/null - - name: Set Android SDK path in Godot Editor settings - if: steps.cache-godot.outputs.cache-hit != 'true' - shell: bash - run: cp editor_settings-4.tres.template ~/.config/godot/editor_settings-4.tres - - name: Install Android build template shell: bash run: |