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