From 115e672f2692e47c513986deb3f34ed1a54514a6 Mon Sep 17 00:00:00 2001 From: octopus_yan Date: Sat, 19 Oct 2024 17:14:41 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=9D=9Erelease=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=8D=E4=B8=8A=E4=BC=A0=E5=B7=A5=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3608f2..16a7cd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,10 +121,12 @@ jobs: mkdir zipball && cp target/*.zip zipball - name: Upload AListGUI to Github + if: startsWith(github.ref, 'refs/tags/v') uses: actions/upload-artifact@v4 with: name: AListGUI-windows path: zipball + retention-days: 5 release: if: startsWith(github.ref, 'refs/tags/v')