droneCI: change release tarball name
This commit is contained in:
parent
1f13cd8b63
commit
074859fb51
@ -8,7 +8,7 @@ steps:
|
||||
commands:
|
||||
- npm install uglify-js -g
|
||||
- for i in *.js; do uglifyjs -c -m -o $i $i; done
|
||||
- tar -cvzf release.tar.gz manifest.json *.html *.js
|
||||
- tar -cvzf Boiler-AutoLogin.tar.gz manifest.json *.html *.js
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user