Skip to content

Commit

Permalink
fix: Archvie Creation Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
just-ak committed Nov 30, 2024
1 parent 12d51a2 commit e860ff4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ module.exports = {
assets: [

{
path: 'archive',
name: 'firefoxPlugin.${nextRelease.version}.zip',
label: 'FireFox Plugin (${nextRelease.version}) zip'
// path: 'archive',
name: 'archive/firefoxPlugin.${nextRelease.version}.zip',
label: 'FireFox Plugin (${nextRelease.version})'
},
{
path: 'archive',
path: 'chomePlugin.${nextRelease.version}.zip',
label: 'Chrome Plugin (${nextRelease.version}) zip'
// path: 'archive',
path: 'archive/chromePlugin.${nextRelease.version}.zip',
label: 'Chrome Plugin (${nextRelease.version})'
}
// [{path: 'dist/MyLibrary.js', name: 'MyLibrary-${nextRelease.gitTag}.js', label: 'MyLibrary JS (${nextRelease.gitTag}) distribution'}]
],
Expand Down

0 comments on commit e860ff4

Please sign in to comment.