summaryrefslogtreecommitdiff
path: root/.appveyor.sh
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.sh')
-rw-r--r--.appveyor.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.sh b/.appveyor.sh
index 97d0fdb15d..22cc520203 100644
--- a/.appveyor.sh
+++ b/.appveyor.sh
@@ -33,7 +33,8 @@ EOF
"test")
make test THREADS=$THREADS
make binary-dist
- 7z a ghc-windows.zip *.tar.xz
+ curl https://ghc-artifacts.s3.amazonaws.com/tools/ghc-artifact-collector-x86_64-windows --output ghc-artifact-collector
+ ./ghc-artifact-collector *.tar.xz
;;
*)