ci: add cache

This commit is contained in:
octopus_yan 2024-09-18 14:46:02 +08:00
parent 9a0293b663
commit d65022cf3a

View File

@ -110,6 +110,8 @@ jobs:
architecture: x64
- name: Build with Maven
with:
cache: maven
run: |
mvn --batch-mode --update-snapshots clean package
mkdir zipball && cp target/*-windows.zip zipball