More debugging info for the releaser action

This commit is contained in:
David Dworken
2022-05-26 22:24:56 -07:00
parent 91cda127d9
commit 647f6a8924
2 changed files with 3 additions and 0 deletions

View File

@ -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