We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0db19c commit 02a1d1dCopy full SHA for 02a1d1d
1 file changed
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
""
51
"For a traditional Windows installation, use the .msi installer instead."
52
53
- "Website: https://ferrite.ink"
+ "Website: https://getferrite.dev"
54
) -join "`r`n"
55
Set-Content -Path release\README.txt -Value $readme -NoNewline
56
Compress-Archive -Path release\* -DestinationPath ferrite-portable-windows-x64.zip
@@ -59,7 +59,7 @@ jobs:
59
run: cargo install cargo-wix
60
61
- name: Build MSI installer
62
- run: cargo wix --no-build --nocapture
+ run: cargo wix --nocapture
63
64
- name: Copy MSI to workspace root
65
run: copy target\wix\*.msi .\ferrite-windows-x64.msi
0 commit comments