mirror of
https://github.com/octopusYan/alist-gui.git
synced 2024-11-10 06:26:43 +08:00
ci: fix cache
This commit is contained in:
parent
d65022cf3a
commit
eaa596d85d
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -108,10 +108,9 @@ jobs:
|
|||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: 'dragonwell'
|
distribution: 'dragonwell'
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
cache: maven
|
||||||
|
|
||||||
- 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