From 305950c6f6f01b4458568bb8405d414a25a2868d Mon Sep 17 00:00:00 2001 From: Wang Defa Date: Tue, 2 Dec 2025 14:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1da2d51..bbaa0d9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: test/xxxigDaemon --version 2>/dev/null || echo "⚠️ 跳过版本检查" rm -rf test - - uses: actions/upload-artifact@v4 + - uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4 with: name: binaries-${{ matrix.arch }}-${{ matrix.distro }} path: "*.tar.gz" @@ -83,8 +83,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Download all artifacts - uses: actions/download-artifact@v4 + - uses: https://github.com/ChristopherHX/gitea-download-artifact@v4 with: pattern: binaries-* path: ./app @@ -141,8 +140,7 @@ jobs: needs: build-and-test if: startsWith(github.ref, 'refs/tags/') steps: - - name: Download all artifacts - uses: actions/download-artifact@v4 + - uses: https://github.com/ChristopherHX/gitea-download-artifact@v4 with: pattern: binaries-* path: ./packages @@ -194,5 +192,5 @@ jobs: "prerelease": false } EOF - + echo "✅ Release 创建完成!" \ No newline at end of file