Skip to content

Commit a406eeb

Browse files
committed
notarization
1 parent f13e077 commit a406eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildRelight.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Deploy
7575
shell: bash
7676
run: |
77-
bash build_scripts/${{ runner.os }}/2_deploy.sh --cert_pssw='${{ secrets.WIN_CERTIFICATE_PSSW }}' --cert_id='${{ secrets.MACOS_CERT_ID }}'
77+
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 }}'
7878
- name: Upload RelightLab Portable
7979
uses: actions/upload-artifact@v4
8080
with:

0 commit comments

Comments
 (0)