mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix codesign
This commit is contained in:
parent
821201c1c0
commit
54f9663aa6
2
.github/workflows/MacOS.yml
vendored
2
.github/workflows/MacOS.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user