From 7c2e53b78fb2ed812ab9118670f5e43a5d06a6cf Mon Sep 17 00:00:00 2001 From: MrFastwind Date: Sun, 14 Jun 2026 01:54:40 +0200 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1766fec..ab71f95 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -64,7 +64,7 @@ jobs: uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: ${{ env.PBO_NAME }} - path: ${{ env.PBO_NAME }} + path: build/${{ env.PBO_NAME }} if-no-files-found: error deploy: