fix(ci): use cargo update --workspace instead of generate-lockfile (#462)

This commit is contained in:
Wes
2026-05-03 16:41:32 +00:00
committed by GitHub
parent 22cb8129e5
commit 0762eb3ce3
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Patch version
run: |
cd desktop && node scripts/set-version-from-tag.mjs "$VERSION"
cd src-tauri && cargo generate-lockfile
cd src-tauri && cargo update --workspace
- name: Generate release config
run: cd desktop && node scripts/build-release-config.mjs