From 1bc4e8dac02d76603bcf43b0c53d2f046c677a15 Mon Sep 17 00:00:00 2001 From: Nicklas Wiegandt Date: Mon, 21 Dec 2020 18:08:50 +0100 Subject: [PATCH] Fixing cache naming --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe1b2df7..76e3efba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 9 - - name: Cache gradle and sdk + - name: Cache Gradle uses: actions/cache@v2 env: - cache-name: Cache Gradle + cache-name: gradle-cache with: path: | ${{ github.workspace }}/.opt/cache/gradle/wrapper