Skip to content

Commit

Permalink
fix: maybe it works?
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkozlov committed Sep 29, 2023
1 parent 50f682c commit a4167a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {
"@semantic-release/github",
{
assets: [
{ path: "./dist_windows/squirrel.windows/x64/webm-desktop-${nextRelease.version} Setup.exe" },
{ path: "./dist_macos/zip/darwin/x64/webm-desktop-darwin-x64-${nextRelease.version}.zip" },
{ path: "./dist_linux/deb/x64/webm-desktop_${nextRelease.version}_amd64.deb" },
{ path: "./dist_linux/rpm/x64/webm-desktop-${nextRelease.version}-1.x86_64.rpm" },
{ path: "dist_windows/squirrel.windows/x64/webm-desktop-${nextRelease.version} Setup.exe" },
{ path: "dist_macos/zip/darwin/x64/webm-desktop-darwin-x64-${nextRelease.version}.zip" },
{ path: "dist_linux/deb/x64/webm-desktop_${nextRelease.version}_amd64.deb" },
{ path: "dist_linux/rpm/x64/webm-desktop-${nextRelease.version}-1.x86_64.rpm" },
],
},
],
Expand Down

0 comments on commit a4167a5

Please sign in to comment.