Skip to content

Commit

Permalink
fix(semantic release): github release asset labels + mac
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 20, 2019
1 parent 33916e5 commit b013c67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .releaserc
Expand Up @@ -19,16 +19,16 @@
{
"assets": [
{
"path": "dist/electron-pristine-linux-x64-0.0.0-development.tar.gz",
"label": "Electron Pristine Linux distribution"
"path": "dist/*.tar.gz",
"label": "electron-pristine-linux.tar.gz"
},
{
"path": "dist/mac/*.dmg",
"label": "Electron Pristine Mac distribution"
"path": "dist/*.dmg",
"label": "electron-pristine-mac.dmg"
},
{
"path": "dist/*.exe",
"label": "Electron Pristine Windows distribution"
"label": "electron-pristine-windows.exe"
}
]
}
Expand Down

0 comments on commit b013c67

Please sign in to comment.