mirror of
https://github.com/octopusYan/alist-gui.git
synced 2024-11-10 06:26:43 +08:00
ci: add cache
This commit is contained in:
parent
9a0293b663
commit
d65022cf3a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -110,6 +110,8 @@ jobs:
|
|||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
|
with:
|
||||||
|
cache: maven
|
||||||
run: |
|
run: |
|
||||||
mvn --batch-mode --update-snapshots clean package
|
mvn --batch-mode --update-snapshots clean package
|
||||||
mkdir zipball && cp target/*-windows.zip zipball
|
mkdir zipball && cp target/*-windows.zip zipball
|
||||||
|
Loading…
Reference in New Issue
Block a user