Skip to content

Commit

Permalink
output dir contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Acetolyne committed Jan 4, 2024
1 parent 38a1f2c commit 45820f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45820f9

Please sign in to comment.