Browse Source

[nob.yaml] fix typo

rexim 8 months ago
parent
commit
6643c0fe49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/nob.yaml

+ 1 - 1
.github/workflows/nob.yaml

@@ -57,7 +57,7 @@ jobs:
         shell: cmd
         shell: cmd
         run: |
         run: |
           call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
           call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
-          nob.exe config ${{ matrix.hotreload == true && 'hotreload || '' }}
+          nob.exe config ${{ matrix.hotreload == true && 'hotreload' || '' }}
           nob.exe
           nob.exe
       - name: Upload build folder
       - name: Upload build folder
         uses: actions/upload-artifact@v4
         uses: actions/upload-artifact@v4