mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-12 06:00:56 +00:00
sha
This commit is contained in:
parent
a23bbd782c
commit
76dcfcdc4b
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -70,7 +70,9 @@ jobs:
|
||||
id: download
|
||||
env:
|
||||
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
|
||||
run: curl -L $ZIP_URL > Secretive.zip; shasum -a 256 Secretive.zip
|
||||
run: curl -L $ZIP_URL > Secretive.zip
|
||||
- name: SHA Zipped Artifact
|
||||
run: shasum -a 256 Secretive.zip
|
||||
- name: Notarize
|
||||
env:
|
||||
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
|
||||
|
Loading…
Reference in New Issue
Block a user