Zip direct

This commit is contained in:
Max Goedjen 2025-09-27 16:45:09 -07:00
parent 76dcfcdc4b
commit cb0f7687b6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,8 @@ jobs:
env:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
run: curl -L $ZIP_URL > Secretive.zip
- name: SHA Zipped Artifact
run: shasum -a 256 Secretive.zip
- name: Notarize
env:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}

View File

@ -71,8 +71,6 @@ jobs:
env:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
run: curl -L $ZIP_URL > Secretive.zip
- name: SHA Zipped Artifact
run: shasum -a 256 Secretive.zip
- name: Notarize
env:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}