diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c157c22..1b59bfb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,4 +30,4 @@ jobs: # Add additional options to the MSBuild command line here (like platform or verbosity level). # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference shell: pwsh - run: ./build.cmd ${{matrix.BUILD_CONFIGURATION}} ${{matrix.OS}} + run: ./build.ps1 ${{matrix.BUILD_CONFIGURATION}} ${{matrix.OS}}