This commit is contained in:
Max Goedjen 2025-09-27 16:36:59 -07:00
parent db312757d0
commit a23bbd782c
No known key found for this signature in database

View File

@ -70,7 +70,7 @@ jobs:
id: download id: download
env: env:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }} ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
run: curl -L $ZIP_URL > Secretive.zip run: curl -L $ZIP_URL > Secretive.zip; shasum -a 256 Secretive.zip
- name: Notarize - name: Notarize
env: env:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}