mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-08 22:50:44 +01:00
Add more debugging output
This commit is contained in:
parent
f7a37aa97c
commit
89df994933
1
.github/workflows/build-and-sign-macos.yml
vendored
1
.github/workflows/build-and-sign-macos.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install md5sha1sum
|
brew install md5sha1sum
|
||||||
export TAG_NAME=`curl -L 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`
|
||||||
|
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-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
|
curl -L -o hishtory-darwin-amd64 https://github.com/ddworken/hishtory/releases/download/$TAG_NAME-darwin-arm64/hishtory-darwin-amd64
|
||||||
echo "Signing the binaries:"
|
echo "Signing the binaries:"
|
||||||
|
Loading…
Reference in New Issue
Block a user