From 45820f93d8bcba9b3bcd1dd6af74f71f74efe96c Mon Sep 17 00:00:00 2001 From: Jonathan Acetolyne Langlois Date: Wed, 3 Jan 2024 19:16:06 -0800 Subject: [PATCH] output dir contents --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a75eba..0e3ebca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ go test release_test.go if [ `echo $?` -ne 0 ]; then exit 1; fi ls bin/flowcat-darwin-arm64/ - echo "KEY ${{ runner.os }}-${{ hashFiles('bin/flowcat-darwin-arm64/flowcat') }}" + echo "KEY ${{ runner.os }}-${{ hashFiles('bin/flowcat-darwin-arm64/**') }}" - name: upload-darwin-arm64-cache id: darwin-arm64-cache