This commit is contained in:
Max Goedjen 2025-09-27 17:22:54 -07:00
parent fe18402b7b
commit 073ee2a99b
No known key found for this signature in database

View File

@ -48,10 +48,11 @@ jobs:
- name: Download Zipped Artifact
id: download
env:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
ZIP_URL: ${{ steps.upload.outputs.artifact-id }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl -L -H "Authorization: Bearer $GITHUB_TOKEN" $ZIP_URL > Secretive.zip
curl -L -H "Authorization: Bearer $GITHUB_TOKEN" -L \
https://api.github.com/repos/maxgoedjen/secretive/actions/artifacts/$ZIP_ID/zip > Secretive.zip
- name: SHA Zipped Artifact
run: shasum -a 256 Secretive.zip
- name: Notarize