mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 20:33:50 +07:00
Fixed upload path
This commit is contained in:
parent
7f77cb7796
commit
832b741e8a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user