Fixed upload path

This commit is contained in:
Epowerj 2017-12-21 15:25:31 -05:00
parent 7f77cb7796
commit 832b741e8a

View File

@ -17,9 +17,9 @@ if [ ! -e $FILE1 ]; then
touch $FILE1 touch $FILE1
fi fi
echo "This is the latest build of #"$TRAVIS_COMMIT" \nDesktop download: ["$DESKFILE"]("$DESKFILE")" >> $FILE1 echo "This is the latest build of #"$TRAVIS_COMMIT" >>Desktop download: ["$DESKFILE"]("$DESKFILE")" >> $FILE1
git add $FILE1 git add $FILE1
git add desktop-bleeding-edge.jar git add $DESKFILE
git commit -m "Added a new bleeding edge build" git commit -m "Added a new bleeding edge build"
git push https://$GHUSERNAME:$GHPASSWORD@github.com/Anuken/Mindustry.wiki.git --all git push https://$GHUSERNAME:$GHPASSWORD@github.com/Anuken/Mindustry.wiki.git --all