From 0fc0a8e989bff3aef42ef23fca1cf5c3c97433da Mon Sep 17 00:00:00 2001 From: QuarkTree Date: Fri, 14 Mar 2025 15:28:01 +0800 Subject: [PATCH] Update Artifacts --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fc3827..77716f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: build run: ./gradlew build - name: capture build artifacts - uses: actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: Artifacts path: build/libs/ \ No newline at end of file