mv to cp in workflow
Some checks failed
godot-ci export / Linux Export (push) Has been cancelled
godot-ci export / Windows Export (push) Has been cancelled

This commit is contained in:
Aada Tikkanen 2026-03-02 16:03:08 +02:00
parent 74a8da4242
commit cb2ad80f66

View file

@ -26,7 +26,7 @@ jobs:
mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.local/share/godot/export_templates/
mkdir -v -p ~/.config/ mkdir -v -p ~/.config/
mv /root/.config/godot ~/.config/godot mv /root/.config/godot ~/.config/godot
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono cp /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono
- name: Windows Build - name: Windows Build
run: | run: |
mkdir -v -p build/windows mkdir -v -p build/windows
@ -54,7 +54,7 @@ jobs:
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.local/share/godot/export_templates/
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono cp /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono
- name: Linux Build - name: Linux Build
run: | run: |
mkdir -v -p build/linux mkdir -v -p build/linux