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 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 }}