Skip to content

Commit a50a249

Browse files
committed
yml tab problem
1 parent a406eeb commit a50a249

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/BuildRelight.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
shell: bash
6464
run: |
6565
bash build_scripts/${{ runner.os }}/0_setup_env.sh --dont_install_qt
66+
6667
- name: Ccache
6768
uses: hendrikmuhs/[email protected]
6869
with:
@@ -71,10 +72,17 @@ jobs:
7172
shell: bash
7273
run: |
7374
bash build_scripts/${{ runner.os }}/1_build.sh --ccache
75+
7476
- name: Deploy
7577
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 }}' --notarization_user='${{ secrets.MACOS_NOTARIZATION_USER }}' --notarization_passw='${{ secrets.MACOS_NOTARIZATION_PSSW }}' --notarization_team='${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}'
78+
run: >
79+
bash build_scripts/${{ runner.os }}/2_deploy.sh
80+
--cert_pssw='${{ secrets.WIN_CERTIFICATE_PSSW }}'
81+
--cert_id='${{ secrets.MACOS_CERT_ID }}'
82+
--notarization_user='${{ secrets.MACOS_NOTARIZATION_USER }}'
83+
--notarization_passw='${{ secrets.MACOS_NOTARIZATION_PSSW }}'
84+
--notarization_team='${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}'
85+
7886
- name: Upload RelightLab Portable
7987
uses: actions/upload-artifact@v4
8088
with:

0 commit comments

Comments
 (0)