From 2a734fe46f5ea39b7b3da1073acdab89c97a9f75 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Sun, 25 Jun 2023 04:14:29 +1100 Subject: [PATCH] Update build.yml to use powershell --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}