From b00822c11aca19789c54d166a99c79008f70846a Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 26 Sep 2025 00:38:49 -0700 Subject: [PATCH] Test --- .github/workflows/nightly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8330819..95a0cd4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -44,12 +44,14 @@ jobs: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }} run: xcrun notarytool submit --key ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8 --key-id $APPLE_API_KEY_ID --issuer $APPLE_API_ISSUER Secretive.zip + - name: Remove SecretAgent artifact + run: rm -r Archive.xcarchive/Products/Applications/SecretAgent.app - name: Upload App to Artifacts id: upload uses: actions/upload-artifact@v4 with: name: Secretive.zip - path: Archive.xcarchive/Products/Applications/Secretive.app + path: Archive.xcarchive/Products/Applications - name: Attest id: attest uses: actions/attest-build-provenance@v2