From 7552690afa9c396cb833070e1b5b53c53c15d9f2 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Tue, 14 Nov 2017 01:07:17 +0200 Subject: MXE: experiment with creating a RelWithDebInfo build Signed-off-by: Lubomir I. Ivanov --- scripts/windows/after_success.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/windows/after_success.sh') diff --git a/scripts/windows/after_success.sh b/scripts/windows/after_success.sh index 9fd38c475..e0927eeb9 100644 --- a/scripts/windows/after_success.sh +++ b/scripts/windows/after_success.sh @@ -7,9 +7,9 @@ fi cd ${TRAVIS_BUILD_DIR}/../win32/subsurface echo "Submitting the folloing Windows installer for continuous build release:" -find . -name subsurface\*.exe +find . -name subsurface\*.exe* # get and run the upload script wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh -bash ./upload.sh subsurface*.exe +bash ./upload.sh subsurface*.exe* -- cgit v1.2.3-70-g09d2