From 105a6fcfa1bd9021e93ec8dcc704b1f74cc9c712 Mon Sep 17 00:00:00 2001 From: MrFastwind Date: Sun, 14 Jun 2026 02:05:20 +0200 Subject: [PATCH] test upload --- .gitea/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0bccb1e..ae4e361 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,11 +29,17 @@ jobs: args: inspect "build/${{ env.PBO_NAME }}" - name: Upload PBO as artifact - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 + uses: actions/upload-artifact@v4 with: name: ${{ env.PBO_NAME }} path: build/${{ env.PBO_NAME }} - if-no-files-found: error + archive: false + retention-days: 5 + # uses: https://github.com/christopherHX/gitea-upload-artifact@v4 + # with: + # name: ${{ env.PBO_NAME }} + # path: build/${{ env.PBO_NAME }} + # if-no-files-found: error deploy: if: false