workflow pls work
Some checks failed
godot-ci export / Windows Export (push) Failing after 1m59s
godot-ci export / Linux Export (push) Failing after 1m39s

This commit is contained in:
Aada Tikkanen 2026-03-02 16:09:39 +02:00
parent 7ee321171a
commit 9a50fe95c1

View file

@ -25,8 +25,6 @@ jobs:
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
mkdir -v -p ~/.config/
mv /root/.config/godot ~/.config/godot
cp /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono
- name: Windows Build
run: |
mkdir -v -p build/windows
@ -51,10 +49,6 @@ jobs:
uses: actions/checkout@v4
with:
lfs: true
- name: Setup
run: |
mkdir -v -p ~/.local/share/godot/export_templates/
cp /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable.mono
- name: Linux Build
run: |
mkdir -v -p build/linux