mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-23 06:38:52 +01:00
Fix URL
This commit is contained in:
parent
89df994933
commit
cb72e0a830
2
.github/workflows/build-and-sign-macos.yml
vendored
2
.github/workflows/build-and-sign-macos.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
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"
|
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-amd64/hishtory-darwin-amd64
|
||||||
echo "Signing the binaries:"
|
echo "Signing the binaries:"
|
||||||
file hishtory-*
|
file hishtory-*
|
||||||
sha1sum hishtory-*
|
sha1sum hishtory-*
|
||||||
|
Loading…
Reference in New Issue
Block a user