From f51ca2127a2b38574eb1f6b1d3054ebc4355d261 Mon Sep 17 00:00:00 2001 From: Satakun Utama Date: Sun, 17 Aug 2025 01:21:42 +0700 Subject: [PATCH] Hopefully fixing uploading artifacts --- .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 a543bb2..76a948a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,7 +33,7 @@ jobs: unzip neutralinojs-v6.2.0.zip -d bin/ pnpx @neutralinojs/neu build -r - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: ChristopherHX/gitea-upload-artifact@v4 with: name: vencoder-release path: ${{ github.workspace }}/dist/vencoder-release.zip