fix: update Windows MSI download URL in build workflow
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 6m48s
Build / build-linux (push) Successful in 11m19s
Build / build-android (push) Successful in 26m12s
Build / create-release (push) Successful in 14s

This commit is contained in:
2026-02-20 16:59:01 +11:00
parent d62a964758
commit a00e257845

View File

@@ -494,7 +494,7 @@ jobs:
},
"windows-x86_64": {
"signature": "${MSI_SIG}",
"url": "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases/download/v${VERSION}/Cinny-Windows-x64.msi.zip"
"url": "http://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases/download/v${VERSION}/Cinny-Windows-x64.msi"
}
}
}