From a2fee18b43754beb81affd9ef0fa056c91d4304b Mon Sep 17 00:00:00 2001 From: ayflying Date: Tue, 4 Nov 2025 16:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8E=E4=B8=8D=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=AF=91=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31253a1..7db2a6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: run: gf build -ew -v "${{ github.ref_name }}" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 # 降级为 v3,兼容 Gitea with: name: uploads3-${{ github.ref_name }} path: | @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 # 降级为 v3,与上传版本匹配 with: name: uploads3-${{ github.ref_name }} path: bin @@ -92,4 +92,4 @@ jobs: draft: false prerelease: false files: | - dist/* + dist/* \ No newline at end of file