From 6670dc7210ab0b41f587ef18b381b503fb637cb1 Mon Sep 17 00:00:00 2001 From: octopus_yan Date: Thu, 26 Sep 2024 20:43:56 +0800 Subject: [PATCH] ci: Modify the name of the file to be uploaded --- .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 afa8581..d3608f2 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/*-windows.zip zipball + mkdir zipball && cp target/*.zip zipball - name: Upload AListGUI to Github uses: actions/upload-artifact@v4