We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f342702 commit 3e40e3fCopy full SHA for 3e40e3f
package.sh
@@ -11,7 +11,7 @@ pyinstaller resources/ccli.spec
11
echo "Create tarball for $TRAVIS_OS_NAME -> $TRAVIS_CPU_ARCH..."
12
13
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
14
- tar.exe -a -c -f product-sync_${TRAVIS_TAG}_${TRAVIS_OS_NAME}_${TRAVIS_CPU_ARCH}.zip dist
+ powershell.exe -nologo -noprofile -command "& { compress-archive -path '.\dist' -destinationpath '.\product-sync_${TRAVIS_TAG}_${TRAVIS_OS_NAME}_${TRAVIS_CPU_ARCH}.zip' }"
15
ARCH_EXT="zip"
16
else
17
tar cvfz product-sync_${TRAVIS_TAG}_${TRAVIS_OS_NAME}_${TRAVIS_CPU_ARCH}.tar.gz dist
0 commit comments