Skip to content

Commit 15b7491

Browse files
authoredDec 16, 2024··
Update action.yml (#1856)

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎action.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,9 @@ runs:
428428
name: cache-save
429429
if: ${{ always() && inputs.cache-dependencies == 'true' && steps.restore_cache.outputs.cache-hit != 'true' }}
430430
with:
431-
path: |
432-
${{ steps.golang-env.outputs.build-cache-path }}
433-
${{ steps.golang-env.outputs.module-cache-path }}
434-
key: digger-cli-cache-${{ hashFiles('.digger.go.sum') }}
435-
431+
path: ${{ github.workspace }}/cache
432+
key: digger-cache-${{ hashFiles('**/cache') }}
433+
436434
branding:
437435
icon: globe
438436
color: purple

0 commit comments

Comments
 (0)
Please sign in to comment.