From 54f9663aa65b98dc37463f046ee5b20b458e2bb7 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Wed, 5 May 2021 20:09:20 +0200 Subject: [PATCH] fix codesign --- .github/workflows/MacOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index f29fbf768..2ebf7d7be 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -45,7 +45,7 @@ jobs: p12-password: ${{ secrets.MACOS_CERTIFICATE_PWD }} - name: Sign and Notarize run: | - codesign --options "runtime" --timestamp --force --deep --sign ${{ secrets.MACOS_ID }} src/install/MeshLab*.app + codesign --options "runtime" --timestamp --force --deep --sign ${{ secrets.MACOS_ID }} src/install/meshlab.app - name: Create DMG shell: bash run: |