Fix Nix Build (#57)

* fix: fix nix build

* refactor: fix cargo script

* fix: rust version

* refactor: fix desktop app build
This commit is contained in:
Catriel Müller
2026-01-29 11:13:58 +01:00
committed by GitHub
parent 80db9c327f
commit 29deeb9985
20 changed files with 139 additions and 122 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ jobs:
updaterJsonPreferNsis: true
releaseId: ${{ needs.publish.outputs.release }}
tagName: ${{ needs.publish.outputs.tag }}
releaseAssetNamePattern: opencode-desktop-[platform]-[arch][ext]
releaseAssetNamePattern: kilo-desktop-[platform]-[arch][ext]
releaseDraft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}