From 9a50fe95c1cd219e81aa229945a1e4d7aae245f2 Mon Sep 17 00:00:00 2001 From: Ade9 Date: Mon, 2 Mar 2026 16:09:39 +0200 Subject: [PATCH] workflow pls work --- .forgejo/workflows/release.yaml | 6 ------ 1 file changed, 6 deletions(-) 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