mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix mac certificate
This commit is contained in:
parent
723e39cdf3
commit
42cafd353c
4
.github/workflows/BuildMeshLab.yml
vendored
4
.github/workflows/BuildMeshLab.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
||||
- name: Setup Environment
|
||||
uses: ./.github/actions/0_setup
|
||||
with:
|
||||
mac-certificate: $MAC_CERT
|
||||
mac-certificate-pssw: $MAC_CERT_PSSW
|
||||
mac-certificate: ${{ secrets.MACOS_CERTIFICATE }}
|
||||
mac-certificate-pssw: ${{ secrets.MACOS_CERTIFICATE_PSSW }}
|
||||
- name: Set CodeSign Certificate Windows
|
||||
if: runner.os == 'Windows' && env.WIN_CERT != null
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user