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