From 2646f12a750eefe983beecd8c0eee6b07c6347d9 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 26 Sep 2025 23:36:12 -0700 Subject: [PATCH] List --- .github/workflows/nightly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 218cf9a..28b209c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -49,12 +49,13 @@ jobs: uses: actions/download-artifact@v5 with: artifact-ids: ${{ steps.upload.outputs.artifact-id }} + - name: list + run: ls -R - name: Notarize env: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }} - ZIP_PATH: ${{ steps.download.outputs.download-path }} - run: xcrun notarytool submit --key ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8 --key-id $APPLE_API_KEY_ID --issuer $APPLE_API_ISSUER $ZIP_PATH/Secretive.zip + 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: Attest id: attest uses: actions/attest-build-provenance@v2