This commit is contained in:
Max Goedjen 2025-09-27 17:01:07 -07:00
parent 152d0f66cd
commit 5458f71630
No known key found for this signature in database

View File

@ -49,7 +49,8 @@ jobs:
env:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
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
run: shasum -a 256 Secretive.zip
- name: Notarize