From 3414f0f421fd67849b06fe2b95ebe262737561ce Mon Sep 17 00:00:00 2001 From: octopus_yan Date: Wed, 30 Oct 2024 00:26:14 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=89=93=E5=8C=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16a7cd5..c4490d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: - name: Build with Maven run: | mvn clean package -f pom.xml - mkdir zipball && cp target/*.zip zipball + mkdir zipball && cp ../target/*.zip zipball - name: Upload AListGUI to Github if: startsWith(github.ref, 'refs/tags/v')