Skip to content

Commit

Permalink
fix deploy call in BuildMeshLab workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jun 9, 2023
1 parent 481a66d commit 266a16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildMeshLab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Deploy
shell: bash
run: |
bash scripts/${{ runner.os }}/2_deploy.sh --cert_pssw='${{ secrets.WIN_CERTIFICATE_PSSW }}' --cert_id=${{ secrets.MACOS_CERT_ID }}
bash scripts/${{ runner.os }}/2_deploy.sh --cert_pssw='${{ secrets.WIN_CERTIFICATE_PSSW }}' --cert_id='${{ secrets.MACOS_CERT_ID }}'
- name: Upload MeshLab Portable
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 266a16f

Please sign in to comment.