From feaaa934513b2f93ae5b6533fc4ea4e952fb04fa Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 29 Oct 2019 17:54:58 -0400 Subject: [PATCH] try travis pre-release zip build again with update powershell command --- win/win32/vs2017/travisci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/win32/vs2017/travisci.sh b/win/win32/vs2017/travisci.sh index ff5ccf2af..812f4cdd8 100644 --- a/win/win32/vs2017/travisci.sh +++ b/win/win32/vs2017/travisci.sh @@ -32,4 +32,4 @@ cd src cp ../sys/winnt/Makefile.msc ./Makefile nmake install cd .. -powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath $TRAVIS_TAG.x86.zip" +powershell -Command "Compress-Archive -U -Path binary/* -DestinationPath $TRAVIS_TAG.x86.zip"