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"