mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix tarball location for buildbot
This commit is contained in:
parent
95db0a89a9
commit
dc2464ef68
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ publish_stable() {
|
|||
yarn run build
|
||||
sed 's/tridactyl.vim.betas@cmcaine/tridactyl.vim@cmcaine/' -i build/manifest.json
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue