mirror of
https://github.com/octopusYan/alist-gui.git
synced 2025-12-08 01:01:57 +08:00
Compare commits
1 Commits
96274f6952
...
alpha/v1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3414f0f421 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user