diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 8cd1a15..fea1b08 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 ${{env.SOLUTION_FILE_PATH}} /p:DefineConstants=ABOVE_S20 /p:PreprocessorDefinitions=ABOVE_S20 /t:Clean,Build /p:Configuration=Release + run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:AboveS20=TRUE /t:Clean,Build /p:Configuration=Release - name: Upload Artifact with ABOVE_S20 uses: actions/upload-artifact@v3