Compare commits

...

1 Commits

Author SHA1 Message Date
3414f0f421 ci: 打包路径 2024-10-30 00:26:14 +08:00

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