ci: fix tauri release asset naming to use opencode-desktop-[platform]-[arch][ext] format
parent
95526fb9ed
commit
137716e0dc
|
|
@ -185,3 +185,4 @@ jobs:
|
||||||
updaterJsonPreferNsis: true
|
updaterJsonPreferNsis: true
|
||||||
releaseId: ${{ needs.publish.outputs.releaseId }}
|
releaseId: ${{ needs.publish.outputs.releaseId }}
|
||||||
tagName: ${{ needs.publish.outputs.tagName }}
|
tagName: ${{ needs.publish.outputs.tagName }}
|
||||||
|
assetName: opencode-desktop-[platform]-[arch][ext]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue