This commit is contained in:
Max Goedjen 2025-09-27 16:54:18 -07:00
parent f767455583
commit 152d0f66cd
No known key found for this signature in database

View File

@ -49,7 +49,7 @@ jobs:
env: env:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }} ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: curl -H "Authorization: Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip run: curl -H "Authorization:\ Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip
- name: SHA Zipped Artifact - name: SHA Zipped Artifact
run: shasum -a 256 Secretive.zip run: shasum -a 256 Secretive.zip
- name: Notarize - name: Notarize