Skip to content

Commit

Permalink
fix: change release zips' labels to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Apr 22, 2020
1 parent 7e83b34 commit a7f6d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
{
assets: THEMES.map( name => ( {
path: `./release/${ name }.zip`,
label: `${ name }.js`,
label: `${ name }.zip`,
} ) ),
},
],
Expand Down

0 comments on commit a7f6d82

Please sign in to comment.