diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6e4381c..10a767d 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -41,7 +41,7 @@ jobs: - name: Build RebootS20 working-directory: ${{env.GITHUB_WORKSPACE}} - run: msbuild /p:DefineConstants=ABOVE_S20 ${{env.SOLUTION_FILE_PATH}} /t:Clean,Build /p:Configuration=Release + run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants="ABOVE_S20" /t:Clean,Build /p:Configuration=Release - name: Upload Artifact with ABOVE_S20 uses: actions/upload-artifact@v3