From cb2ad80f6698a8af3ec70390215370e4ab25fe3f Mon Sep 17 00:00:00 2001 From: Ade9 Date: Mon, 2 Mar 2026 16:03:08 +0200 Subject: [PATCH] mv to cp in workflow --- .forgejo/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 9c3218c..6adf326 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.config/ 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 run: | mkdir -v -p build/windows @@ -54,7 +54,7 @@ jobs: - name: Setup run: | 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 run: | mkdir -v -p build/linux