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: |