Skip to content

Commit

Permalink
correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaakh committed Sep 16, 2024
1 parent 90aac5f commit 93dc48d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/odm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 93dc48d

Please sign in to comment.