diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4fa8fa..0d8fb65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,8 @@ 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: Attest + - name: Attest + id: attest uses: actions/attest-build-provenance@v2 with: subject-path: 'Secretive.zip, Xcode_Archive.zip' @@ -80,7 +81,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ github.ref }} RUN_ID: ${{ github.run_id }} - + ATTESTATION_ID: ${{ steps.attest.outputs.attestation-id }} - name: Upload App to Artifacts uses: actions/upload-artifact@v4 with: