diff options
| author | Dax Raad <[email protected]> | 2025-12-11 14:57:54 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-11 14:57:54 -0500 |
| commit | e0f885ffc85f0576ab38719bfff32ff0018df66d (patch) | |
| tree | bc78f5e3721230dc536d6ab2775898d61a9bae3b | |
| parent | 5b21334fddd47d4418d9e46ae440e3ee93a53ed1 (diff) | |
| download | opencode-e0f885ffc85f0576ab38719bfff32ff0018df66d.tar.gz opencode-e0f885ffc85f0576ab38719bfff32ff0018df66d.zip | |
ci
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e5f56ba6..add68dc62 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -184,4 +184,4 @@ jobs: updaterJsonPreferNsis: true releaseId: ${{ needs.publish.outputs.releaseId }} tagName: ${{ needs.publish.outputs.tagName }} - assetName: opencode-desktop-[platform]-[arch][ext] + releaseAssetNamePattern: opencode-desktop-[platform]-[arch][ext] |
