Another attempt at correct signing/releasing for macos

This commit is contained in:
David Dworken 2022-05-22 18:12:32 -07:00
parent feaa8b2bd1
commit cc6cf07729

View File

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