From eaa596d85da862272a875761ff8894a95813699f Mon Sep 17 00:00:00 2001 From: octopus_yan Date: Wed, 18 Sep 2024 14:48:41 +0800 Subject: [PATCH] ci: fix cache --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81727c9..b8fe17a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,10 +108,9 @@ jobs: java-version: 21 distribution: 'dragonwell' architecture: x64 + cache: maven - name: Build with Maven - with: - cache: maven run: | mvn --batch-mode --update-snapshots clean package mkdir zipball && cp target/*-windows.zip zipball