diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 6adf326..2745f15 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -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