diff options
Diffstat (limited to 'scripts/mac')
-rw-r--r-- | scripts/mac/after_success.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |