From 43cac481772a8ce9e1a4afd645eee7e2e6c7d647 Mon Sep 17 00:00:00 2001 From: Jaroslav Bachorik Date: Sun, 1 Dec 2024 13:42:36 +0100 Subject: [PATCH] Debug --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 49edf6a5..8d248035 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -31,7 +31,7 @@ jobs: uses: gradle/actions/setup-gradle@v4 - name: Generate cache key id: cache-key - run: echo "key=${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}" >> $GITHUB_ENV + run: echo "key=${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}" >> $GITHUB_ENV - name: Export cache key as output id: export-key run: echo "::set-output name=cache-key::${{ env.key }}"