diff --git a/scripts/android/after_success.sh b/scripts/android/after_success.sh index eff68c17c..c237cdd70 100644 --- a/scripts/android/after_success.sh +++ b/scripts/android/after_success.sh @@ -11,5 +11,5 @@ echo "Submitting the folloing apk for continuous build release:" ls -lh $TRAVIS_BUILD_DIR/apk/*.apk # get and run the upload script -wget -c https://github.com/dirkhh/uploadtool/raw/master/upload.sh +wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash ./upload.sh $TRAVIS_BUILD_DIR/apk/*.apk diff --git a/scripts/linux/after_success.sh b/scripts/linux/after_success.sh index e48da737e..425483126 100644 --- a/scripts/linux/after_success.sh +++ b/scripts/linux/after_success.sh @@ -11,6 +11,6 @@ echo "Submitting the folloing AppImage for continuous build release:" ls -lh Subsurface*.AppImage # get and run the upload script -wget -c https://github.com/dirkhh/uploadtool/raw/master/upload.sh +wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash ./upload.sh Subsurface*.AppImage Subsurface*.AppImage.zsync diff --git a/scripts/mac/after_success.sh b/scripts/mac/after_success.sh index 2636ae899..7991f961a 100644 --- a/scripts/mac/after_success.sh +++ b/scripts/mac/after_success.sh @@ -14,6 +14,6 @@ echo "Submitting the folloing App for continuous build release:" ls -lh Subsurface-$VERSION.app.zip # get and run the upload script -wget -c https://github.com/dirkhh/uploadtool/raw/master/upload.sh +wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash ./upload.sh Subsurface-$VERSION.app.zip diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh index b68515076..4f046f7f6 100644 --- a/scripts/windows/after_success.sh +++ b/scripts/windows/after_success.sh @@ -13,5 +13,5 @@ find . -name subsurface\*.exe* source ${TRAVIS_BUILD_DIR}/scripts/release-message.sh # get and run the upload script -wget -c https://github.com/dirkhh/uploadtool/raw/master/upload.sh +wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash ./upload.sh subsurface*.exe*