mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-12 06:00:56 +00:00
.
This commit is contained in:
parent
fe18402b7b
commit
073ee2a99b
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user