Skip to content

Commit 6643c0f

Browse files
committed
[nob.yaml] fix typo
1 parent 0e747e1 commit 6643c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: cmd
5858
run: |
5959
call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
60-
nob.exe config ${{ matrix.hotreload == true && 'hotreload || '' }}
60+
nob.exe config ${{ matrix.hotreload == true && 'hotreload' || '' }}
6161
nob.exe
6262
- name: Upload build folder
6363
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)