mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-09 07:05:08 +02:00
More debugging info for the releaser action
This commit is contained in:
@ -20,6 +20,7 @@ def main():
|
||||
|
||||
print("signing...")
|
||||
os.system("""
|
||||
cp hishtory-darwin-arm64 hishtory-darwin-arm64-unsigned
|
||||
echo $MACOS_CERTIFICATE | base64 -d > certificate.p12
|
||||
security create-keychain -p $MACOS_CERTIFICATE_PWD build.keychain
|
||||
security default-keychain -s build.keychain
|
||||
|
Reference in New Issue
Block a user