mirror of
https://github.com/octopusYan/alist-gui.git
synced 2024-11-21 19:56:41 +08:00
ci: 打包路径
This commit is contained in:
parent
9bbc3f488f
commit
3414f0f421
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
|||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: |
|
run: |
|
||||||
mvn clean package -f pom.xml
|
mvn clean package -f pom.xml
|
||||||
mkdir zipball && cp target/*.zip zipball
|
mkdir zipball && cp ../target/*.zip zipball
|
||||||
|
|
||||||
- name: Upload AListGUI to Github
|
- name: Upload AListGUI to Github
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
Loading…
Reference in New Issue
Block a user