ci: 7-zip instead of info-zip for windows

I'm guessing this is why 0.3.0 is 21.5MiB while
master is 27.6MiB
master
Andrew Kelley 2018-11-05 13:26:46 -05:00
parent 3ec58b8e0b
commit 86e3b51565
No known key found for this signature in database
GPG Key ID: 4E7CD66038A4D47C
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -x
set -e
pacman -S --needed --noconfirm wget zip python3-pip
pacman -S --needed --noconfirm wget p7zip python3-pip
pip install s3cmd
wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz"
tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz

View File

@ -15,7 +15,7 @@ if [ "${BUILD_REASON}" != "PullRequest" ]; then
DIRNAME="zig-windows-x86_64-$VERSION"
TARBALL="$DIRNAME.zip"
mv release "$DIRNAME"
zip -r "$TARBALL" "$DIRNAME"
7z a "$TARBALL" "$DIRNAME"
mv "$DOWNLOADSECUREFILE_SECUREFILEPATH" "$HOME/.s3cfg"
s3cmd put -P "$TARBALL" s3://ziglang.org/builds/