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

@ -55,8 +55,10 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
# TODO: stop releasing the unsigned files
files: |
hishtory-darwin-arm64
hishtory-darwin-arm64-unsigned
hishtory-darwin-amd64
# Upload to GitHub release.

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