mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Fix bad merge for macos signing
This commit is contained in:
parent
cc6cf07729
commit
edcf92e899
4
.github/workflows/build-and-sign-macos.yml
vendored
4
.github/workflows/build-and-sign-macos.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
sleep 1200
|
||||
brew install md5sha1sum
|
||||
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
|
||||
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:"
|
||||
sha1sum hishtory-*
|
||||
echo $MACOS_CERTIFICATE | base64 -d > certificate.p12
|
||||
|
Loading…
Reference in New Issue
Block a user