From 9adba0483d2acbd8f71069faa2ff542bbe915e11 Mon Sep 17 00:00:00 2001 From: alpacamannn Date: Tue, 21 Apr 2026 15:57:33 +0200 Subject: [PATCH] lol --- .gitea/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 97e3979..64b4159 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,7 +1,5 @@ on: [push] -jobs: - build: jobs: build: runs-on: ubuntu-latest @@ -36,4 +34,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: build-${{ env.BUILD_NUM }} - path: builds/ \ No newline at end of file + path: build/ \ No newline at end of file