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
2646f12a75
commit
76fe436438
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
@ -46,11 +46,9 @@ jobs:
|
|||||||
path: Artifact
|
path: Artifact
|
||||||
- name: Download Zipped Artifact
|
- name: Download Zipped Artifact
|
||||||
id: download
|
id: download
|
||||||
uses: actions/download-artifact@v5
|
env:
|
||||||
with:
|
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
|
||||||
artifact-ids: ${{ steps.upload.outputs.artifact-id }}
|
run: curl $ZIP_URL > Secretive.zip
|
||||||
- name: list
|
|
||||||
run: ls -R
|
|
||||||
- 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