Skip to content

Commit

Permalink
Specify project file
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Feb 14, 2023
1 parent a7f5ff5 commit 2da52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
cargo build --release
- name: Create Installer
run: dotnet build -c Release build/windows/installer --output installer
run: dotnet build -c Release build/windows/installer/PortalInstaller.wixproj --output installer
- name: Zip release
uses: vimtor/action-zip@v1
with:
Expand Down

0 comments on commit 2da52ad

Please sign in to comment.