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

View File

@ -12,6 +12,7 @@ jobs:
id-token: write
contents: write
attestations: write
actions: read
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
@ -50,7 +51,7 @@ jobs:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl -H "Authorization: Bearer $GITHUB_TOKEN" -L $ZIP_URL > Secretive.zip
curl -L -H "Authorization: Bearer $GITHUB_TOKEN" $ZIP_URL > Secretive.zip
- name: SHA Zipped Artifact
run: shasum -a 256 Secretive.zip
- name: Notarize