ci: 打包路径

This commit is contained in:
octopus_yan 2024-10-30 00:26:14 +08:00
parent 9bbc3f488f
commit 3414f0f421

View File

@ -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')