Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irodushka authored Mar 10, 2024
1 parent 059a89c commit 21bbc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}

- name: Build InnoSettup installers
working-directory: ${{env.GITHUB_WORKSPACE}}
working-directory: ${{env.GITHUB_WORKSPACE}}/Install/Win32
run: |
Install/Win32/MakePackage.bat
MakePackage.bat

0 comments on commit 21bbc20

Please sign in to comment.