From 93dc48d0ff931be06bf381d7327427b0f0f2ddda Mon Sep 17 00:00:00 2001 From: Akhil Kumar Date: Mon, 16 Sep 2024 00:06:02 -0400 Subject: [PATCH] correct branch --- .github/workflows/odm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/odm.yml b/.github/workflows/odm.yml index b21eb46c..a9ce900d 100644 --- a/.github/workflows/odm.yml +++ b/.github/workflows/odm.yml @@ -24,7 +24,7 @@ jobs: - name: build application run: | - '${{env.VS_Install_Dir}}\devenv' ${{ env.Solution_Name }} /Build "Release|x64" /Project odm.ui.app + "${{env.VS_Install_Dir}}\devenv" ${{ env.Solution_Name }} /Build "Release|x64" /Project odm.ui.app shell: cmd - name: collect artifacts @@ -41,11 +41,11 @@ jobs: - name: DisableOutOfProcBuild working-directory: '${{env.VS_Install_Dir}}\CommonExtensions\Microsoft\VSI\DisableOutOfProcBuild' run: | - 'DisableOutOfProcBuild' + DisableOutOfProcBuild.exe - name: build installer run: | - '${{env.VS_Install_Dir}}\devenv' ${{ env.Solution_Name }} /Build "Release|x64" /Project odm.setup + "${{env.VS_Install_Dir}}\devenv" ${{ env.Solution_Name }} /Build "Release|x64" /Project odm.setup shell: cmd - name: upload installer