Zip direct

This commit is contained in:
Max Goedjen 2025-09-27 00:23:40 -07:00
parent 2646f12a75
commit 76fe436438
No known key found for this signature in database

View File

@ -46,11 +46,9 @@ jobs:
path: Artifact
- name: Download Zipped Artifact
id: download
uses: actions/download-artifact@v5
with:
artifact-ids: ${{ steps.upload.outputs.artifact-id }}
- name: list
run: ls -R
env:
ZIP_URL: ${{ steps.upload.outputs.artifact-url }}
run: curl $ZIP_URL > Secretive.zip
- name: Notarize
env:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}