From f7e85620ebadfd0b02e381741e4d5f2990111a9f Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Mon, 2 Dec 2024 23:49:37 +0200 Subject: [PATCH] disable staple (temp) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d5bc414..7c3ba454 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -204,9 +204,9 @@ jobs: --wait # Staple Notarization Ticket - - name: Staple Notarization Ticket - if: contains(matrix.target, 'apple-darwin') - run: xcrun stapler staple "dist/dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }}" + #- name: Staple Notarization Ticket + # if: contains(matrix.target, 'apple-darwin') + # run: xcrun stapler staple "dist/dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }}" - name: Attest uses: actions/attest-build-provenance@v1