diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2f146f4..7d5bc414 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -191,7 +191,6 @@ jobs: - name: Verify Code Signing if: contains(matrix.target, 'apple-darwin') run: | - codesign --verify --deep --strict --verbose=2 dash-evo-tool/dash-evo-tool${{ matrix.ext }} codesign --verify --deep --strict --verbose=2 dist/dash-evo-tool-${{ matrix.platform }}.${{ matrix.release-ext }} # Notarize MacOS Release Build using xcrun notarytool