droneCI: change release tarball name

This commit is contained in:
Han Dai 2020-03-01 13:35:42 -05:00
parent 1f13cd8b63
commit 074859fb51
1 changed files with 1 additions and 1 deletions

View File

@ -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