From 23350f07599269d97b7a471c0d2e25445682b64a Mon Sep 17 00:00:00 2001 From: Taiyou <77050201+Taiyou06@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:43:54 +0300 Subject: [PATCH] fix caching --- .github/workflows/build-1214.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-1214.yml b/.github/workflows/build-1214.yml index a641b648..c51258c7 100644 --- a/.github/workflows/build-1214.yml +++ b/.github/workflows/build-1214.yml @@ -22,7 +22,6 @@ jobs: uses: useblacksmith/cache@v5 with: path: | - ~/.gradle/caches ~/.gradle/caches/modules-2 ~/.gradle/caches/jars-* ~/.gradle/caches/transforms-* @@ -129,4 +128,4 @@ jobs: body_path: "./release_notes.md" token: "${{ secrets.GITHUB_TOKEN }}" target_commitish: "${{ github.sha }}" - prerelease: false \ No newline at end of file + prerelease: false