From e42538ce2a7543920f715b946aa748d38173a853 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Tue, 1 Jul 2025 04:48:37 -0700 Subject: [PATCH] i've gotta figure out how to manually re-run --- .gitea/workflows/godot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 094a778..d8587e5 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -39,7 +39,7 @@ jobs: godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe" - name: Upload Artifact # uses: actions/upload-artifact@v4 - uses: 'christopherhx/gitea-upload-artifact@v4' # the github action doens't work with gitea, so use this community versions + uses: 'christopherhx/gitea-upload-artifact@v4' # the github action doens't work with gitea, so use this community versions hehe with: name: windows path: build/windows