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