ci: fix cache
Some checks failed
Release / meta (push) Has been cancelled
Release / windows (x64, x64) (push) Has been cancelled
Release / release (push) Has been cancelled

This commit is contained in:
octopus_yan 2024-09-18 14:48:41 +08:00
parent d65022cf3a
commit eaa596d85d

View File

@ -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