Commit 35daafc3 authored by Hiro's avatar Hiro 🏄
Browse files

Update upload script

parent eff3cc36
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,10 +20,11 @@ git fetch --all --prune

git add .
git commit -am 'Create release branch'
git checkout -b torbrowser-releases
git push -f --follow-tags github torbrowser-releases
git checkout -b releases
git push -f --follow-tags origin releases
git checkout -b torbrowser-releases
git push -f --follow-tags github torbrowser-releases


for row in $(
    curl -s 'https://aus1.torproject.org/torbrowser/update_3/release/downloads.json' |