From a86d0052f0cf51468be2edb1a343a8e3ea0cb1be Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Mon, 1 Oct 2018 17:32:18 +0100 Subject: [PATCH] ci: fix regex in push script for windows --- scripts/gitlab/publish-awss3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab/publish-awss3.sh b/scripts/gitlab/publish-awss3.sh index a2b0c76ea..b2810e19a 100755 --- a/scripts/gitlab/publish-awss3.sh +++ b/scripts/gitlab/publish-awss3.sh @@ -19,7 +19,7 @@ echo ${filetest[*]} for DIR in "${filetest[@]}"; do cd $DIR - if [[ $DIR =~ "*windows*" ]]; + if [[ $DIR =~ "windows" ]]; then WIN=".exe"; else