Skip to content

Commit

Permalink
ci: rename release assets (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansule authored Jun 19, 2024
1 parent d046598 commit d1e82dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@semantic-release/github",
{
"assets": [
{"path": "./binaries/geostyler-cli-linux.zip", "label": "Linux executable"},
{"path": "./binaries/geostyler-cli-macos.zip", "label": "MacOS executable"},
{"path": "./binaries/geostyler-cli-win.exe.zip", "label": "Windows executable"}
{"path": "./binaries/geostyler-cli-linux.zip", "label": "GeoStyler CLI Linux executable"},
{"path": "./binaries/geostyler-cli-macos.zip", "label": "GeoStyler CLI MacOS executable"},
{"path": "./binaries/geostyler-cli-win.exe.zip", "label": "GeoStyler CLI Windows executable"}
]
}
]
Expand Down

0 comments on commit d1e82dd

Please sign in to comment.