Skip to content

Commit

Permalink
Fixed build installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarX committed Mar 9, 2021
1 parent 54df06f commit 22f67a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-installer-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
./wix311.exe /install /quiet /norestart
- name: Build Windows Installer
run: |
cd src/Camelot.Install
cd src/Camelot.WindowsInstaller
msbuild -p:Configuration=Release -p:platform=x64
- name: Create Release
id: create_release
Expand Down

0 comments on commit 22f67a3

Please sign in to comment.