Skip to content

Commit

Permalink
fix(ci): 🐛 Add compressed binaries into release
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 3, 2023
1 parent b63e253 commit be4ce3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ module.exports = {
}],
["@semantic-release/github", {
"assets": [
{"path": "target/x86_64-unknown-linux-gnu/release/zk_whitelist", "name": "zk_whitelist", "label": "Linux binary"},
{"path": "target/x86_64-pc-windows-gnu/release/zk_whitelist.exe", "name": "zk_whitelist_win", "label": "Windows binary"},
{"path": "target/x86_64-apple-darwin/release/zk_whitelist", "name": "zk_whitelist_mac","label": "macOS binary"}
{"path": "zk_whitelist_linux.tar.gz", "label": "Linux binary"},
{"path": "zk_whitelist_windows.zip", "label": "Windows binary"},
{"path": "zk_whitelist_macos.tar.gz", "label": "macOS binary"}
]
}],
["@semantic-release/git", {
Expand Down

0 comments on commit be4ce3b

Please sign in to comment.