From 3e2e7c36794ce7c72d5dd4e0d6f508c545f1b1bb Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 9 Jun 2026 21:25:35 +0900 Subject: [PATCH] workflows: disable redundant archive This is already a tarball and its checksum. Signed-off-by: Ophestra --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7066d0d4..fee192ea 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -124,6 +124,6 @@ jobs: - name: Upload test build uses: actions/upload-artifact@v3 with: - name: "hakurei-${{ steps.build-test.outputs.rev }}" path: result/* + archive: false retention-days: 1