workflow fix mono
Some checks failed
godot-ci export / Windows Export (push) Failing after 8s
godot-ci export / Linux Export (push) Failing after 9s

This commit is contained in:
Aada Tikkanen 2026-03-02 15:50:14 +02:00
parent 6a477e2e19
commit 4ce536f333

View file

@ -24,7 +24,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 ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.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
@ -50,7 +50,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 ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.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