Add more debugging output

This commit is contained in:
David Dworken 2022-05-23 08:43:43 -07:00
parent f7a37aa97c
commit 89df994933

View File

@ -17,6 +17,7 @@ jobs:
run: |
brew install md5sha1sum
export TAG_NAME=`curl -L https://api.github.com/repos/ddworken/hishtory/releases/latest | jq -r .tag_name`
echo "Signing binaries for $TAG_NAME"
curl -L -o hishtory-darwin-arm64 https://github.com/ddworken/hishtory/releases/download/$TAG_NAME-darwin-arm64/hishtory-darwin-arm64
curl -L -o hishtory-darwin-amd64 https://github.com/ddworken/hishtory/releases/download/$TAG_NAME-darwin-arm64/hishtory-darwin-amd64
echo "Signing the binaries:"