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 eca36dc commit ca8fc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
go test release_test.go
if [ `echo $?` -ne 0 ]; then exit 1; fi
ls bin/flowcat-darwin-arm64/
echo ${{ hashFiles('bin/flowcat-darwin-arm64/flowcat') }}
echo "cache_key="${{ hashFiles('bin/flowcat-darwin-arm64/flowcat') }} >> $GITHUB_OUTPUT
echo ${{ hashFiles('bin/flowcat-darwin-arm64/**') }}
echo "cache_key="${{ hashFiles('bin/flowcat-darwin-arm64/**') }} >> $GITHUB_OUTPUT
- name: upload-darwin-arm64-cache
id: darwin-arm64-cache
Expand Down

0 comments on commit ca8fc8d

Please sign in to comment.