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 c2bbfff commit 574401e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}

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

0 comments on commit 574401e

Please sign in to comment.