Skip to content

Commit

Permalink
fix: change release asset names
Browse files Browse the repository at this point in the history
  • Loading branch information
phucvinh57 committed Jan 12, 2024
1 parent e4f44a1 commit b2af026
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,24 @@
"label": "Prebuilt binaries"
},
{
"path": "tpulse-chrome-extension.zip",
"label": "Extension ZIP file"
"path": "binaries/tpulse-proxy_linux",
"label": "tpulse-proxy_linux_${nextRelease.gitTag}",
"name": "tpulse-proxy_linux_${nextRelease.gitTag}"
},
{
"path": "binaries/tpulse-proxy_mac",
"label": "tpulse-proxy_mac_${nextRelease.gitTag}",
"name": "tpulse-proxy_mac_${nextRelease.gitTag}"
},
{
"path": "binaries/tpulse-proxy_windows.exe",
"label": "tpulse-proxy_windows_${nextRelease.gitTag}.exe",
"name": "tpulse-proxy_windows_${nextRelease.gitTag}.exe"
},
{
"path": "tpulse-browser-extension.zip",
"label": "tpulse-browser-extension_${nextRelease.gitTag}.zip",
"name": "tpulse-browser-extension_${nextRelease.gitTag}.zip"
}
]
}
Expand Down

0 comments on commit b2af026

Please sign in to comment.