From d3db656725ac1300324840f464a04e164999f2ed Mon Sep 17 00:00:00 2001 From: REDCODE Date: Thu, 11 Jun 2026 01:51:29 +0200 Subject: [PATCH] attempt fix 3 --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c1b571c..519daf5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -35,10 +35,11 @@ jobs: inspect "${{ env.PBO_NAME }}" - name: Upload PBO as artifact - uses: actions/upload-artifact@v4 + uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: ${{ env.PBO_NAME }} - path: ./ + path: ${{ env.PBO_NAME }} + if-no-files-found: error deploy: if: false