This commit is contained in:
Max Goedjen 2025-09-27 16:40:37 -07:00
parent a23bbd782c
commit 76dcfcdc4b
No known key found for this signature in database

View File

@ -70,7 +70,9 @@ 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; shasum -a 256 Secretive.zip run: curl -L $ZIP_URL > Secretive.zip
- name: SHA Zipped Artifact
run: 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 }}