Skip to content

Commit 04080ce

Browse files
authored
ci(release): fix windows release (#51)
1 parent e896a82 commit 04080ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changes/fix-windows.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:fix
3+
---
4+
5+
Fix windows semver compatibility, uses `nsis` only now.

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
args: ""
9191
target: ""
9292
- platform: "windows-latest"
93-
args: "--target x86_64-pc-windows-msvc"
93+
args: "--target x86_64-pc-windows-msvc --bundles nsis"
9494
target: "x86_64-pc-windows-msvc"
9595

9696
runs-on: ${{ matrix.platform }}
@@ -141,7 +141,6 @@ jobs:
141141
releaseId: ${{ needs.version-or-publish.outputs.releaseId }}
142142
args: ${{ matrix.args }}
143143
updaterJsonPreferNsis: true
144-
appVersion: 0.1.0-nightly
145144

146145
release-aur:
147146
needs: [release-tauri, version-or-publish]

0 commit comments

Comments
 (0)