Fix tarball location for buildbot

This commit is contained in:
Oliver Blanthorn 2019-07-11 12:09:53 +01:00
parent 95db0a89a9
commit dc2464ef68
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -30,7 +30,7 @@ publish_stable() {
yarn run build yarn run build
sed 's/tridactyl.vim.betas@cmcaine/tridactyl.vim@cmcaine/' -i build/manifest.json sed 's/tridactyl.vim.betas@cmcaine/tridactyl.vim@cmcaine/' -i build/manifest.json
sign_and_submit sign_and_submit
tar --exclude-from=.gitignore -czf ../public_html/betas/tridactyl_source.tar.gz . tar --exclude-from=.gitignore -czf ../../public_html/betas/tridactyl_source.tar.gz .
} }
case $1 in case $1 in