mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-11 07:55:01 +02:00
Revert "Avoid reusing artifact name to enable GH action upgrade"
This reverts commit 7649ac1331
.
This commit is contained in:
@ -3,8 +3,8 @@ import time
|
||||
import subprocess
|
||||
|
||||
def main():
|
||||
assertPresentAndNotAscii("hishtory-darwin-arm64-bin")
|
||||
assertPresentAndNotAscii("hishtory-darwin-amd64-bin")
|
||||
assertPresentAndNotAscii("hishtory-darwin-arm64")
|
||||
assertPresentAndNotAscii("hishtory-darwin-amd64")
|
||||
|
||||
print("before sha1sum:")
|
||||
os.system("sha1sum hishtory-* 2>&1")
|
||||
@ -17,8 +17,6 @@ def main():
|
||||
print("signing...")
|
||||
os.system("""
|
||||
set -emo pipefail
|
||||
mv hishtory-darwin-arm64-bin hishtory-darwin-arm64
|
||||
mv hishtory-darwin-amd64-bin hishtory-darwin-amd64
|
||||
cp hishtory-darwin-arm64 hishtory-darwin-arm64-unsigned
|
||||
cp hishtory-darwin-amd64 hishtory-darwin-amd64-unsigned
|
||||
echo $MACOS_CERTIFICATE | base64 -d > certificate.p12
|
||||
|
Reference in New Issue
Block a user