mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-12 06:00:56 +00:00
Zip direct
This commit is contained in:
parent
76dcfcdc4b
commit
cb0f7687b6
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -49,6 +49,8 @@ jobs:
|
||||
env:
|
||||
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
|
||||
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 }}
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -71,8 +71,6 @@ jobs:
|
||||
env:
|
||||
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
|
||||
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