diff options
| author | Dax Raad <[email protected]> | 2025-12-11 12:45:48 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-11 12:45:48 -0500 |
| commit | 137716e0dc71092b683b9e6bc1421bba7cfaf743 (patch) | |
| tree | 4cf6060cb58b38150e2eefd1150bd5d1b2e83ccd /.github/workflows | |
| parent | 95526fb9edaa02df7e6c8c86c7ed793152ef3d9d (diff) | |
| download | opencode-137716e0dc71092b683b9e6bc1421bba7cfaf743.tar.gz opencode-137716e0dc71092b683b9e6bc1421bba7cfaf743.zip | |
ci: fix tauri release asset naming to use opencode-desktop-[platform]-[arch][ext] format
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1b86b676f..1bf79fe97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -185,3 +185,4 @@ jobs: updaterJsonPreferNsis: true releaseId: ${{ needs.publish.outputs.releaseId }} tagName: ${{ needs.publish.outputs.tagName }} + assetName: opencode-desktop-[platform]-[arch][ext] |
