diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 007c143..fbcf1ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_deploy: - ${PYTHON} setup.py build - pushd build - pushd * - - zip ../vidslice-${TRAVIS_OS_NAME}.zip -r * || powershell Compress-Archive -Path . -DestinationPath ../vidslice-${TRAVIS_OS_NAME}.zip + - zip ../vidslice-${TRAVIS_OS_NAME}.zip -r * || powershell Compress-Archive -Path * -DestinationPath ../vidslice-${TRAVIS_OS_NAME}.zip - ls - popd - popd |