We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e747e1 commit 6643c0fCopy full SHA for 6643c0f
1 file changed
.github/workflows/nob.yaml
@@ -57,7 +57,7 @@ jobs:
57
shell: cmd
58
run: |
59
call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
60
- nob.exe config ${{ matrix.hotreload == true && 'hotreload || '' }}
+ nob.exe config ${{ matrix.hotreload == true && 'hotreload' || '' }}
61
nob.exe
62
- name: Upload build folder
63
uses: actions/upload-artifact@v4
0 commit comments