Update nightly.yml (#665)

This commit is contained in:
Max Goedjen
2025-09-03 01:49:20 -07:00
committed by GitHub
parent 61eed5987c
commit c4605fb60e

View File

@@ -39,7 +39,7 @@ jobs:
- name: Create ZIPs
run: |
ditto -c -k --sequesterRsrc --keepParent Archive.xcarchive/Products/Applications/Secretive.app ./Secretive.zip
ditto -c -k --sequesterRsrc --keepParent Archive.xcarchive ./Archive.zip
ditto -c -k --sequesterRsrc --keepParent Archive.xcarchive ./Xcode_Archive.zip
- name: Notarize
env:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}