Skip to content

Commit 02a1d1d

Browse files
committed
fix(ci): Remove --no-build flag from cargo wix
1 parent f0db19c commit 02a1d1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
""
5151
"For a traditional Windows installation, use the .msi installer instead."
5252
""
53-
"Website: https://ferrite.ink"
53+
"Website: https://getferrite.dev"
5454
) -join "`r`n"
5555
Set-Content -Path release\README.txt -Value $readme -NoNewline
5656
Compress-Archive -Path release\* -DestinationPath ferrite-portable-windows-x64.zip
@@ -59,7 +59,7 @@ jobs:
5959
run: cargo install cargo-wix
6060

6161
- name: Build MSI installer
62-
run: cargo wix --no-build --nocapture
62+
run: cargo wix --nocapture
6363

6464
- name: Copy MSI to workspace root
6565
run: copy target\wix\*.msi .\ferrite-windows-x64.msi

0 commit comments

Comments
 (0)