We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13e077 commit a406eebCopy full SHA for a406eeb
.github/workflows/BuildRelight.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Deploy
75
shell: bash
76
run: |
77
- bash build_scripts/${{ runner.os }}/2_deploy.sh --cert_pssw='${{ secrets.WIN_CERTIFICATE_PSSW }}' --cert_id='${{ secrets.MACOS_CERT_ID }}'
+ bash build_scripts/${{ runner.os }}/2_deploy.sh --cert_pssw='${{ secrets.WIN_CERTIFICATE_PSSW }}' --cert_id='${{ secrets.MACOS_CERT_ID }}' --notarization_user='${{ secrets.MACOS_NOTARIZATION_USER }}' --notarization_passw='${{ secrets.MACOS_NOTARIZATION_PSSW }}' --notarization_team='${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}'
78
- name: Upload RelightLab Portable
79
uses: actions/upload-artifact@v4
80
with:
0 commit comments