summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-09 14:06:48 -0500
committerBen Gamari <ben@smart-cactus.org>2019-12-09 14:10:04 -0500
commitf1c3ced6d345738e540848490b80b49242c5ed09 (patch)
treeb21b97fbcdcf9c0291c60fdea024f2ec57995469 /.gitlab-ci.yml
parentda04db1a2002207a7dcc10541b02abaa948851a2 (diff)
downloadhaskell-f1c3ced6d345738e540848490b80b49242c5ed09.tar.gz
gitlab-ci: Fix Windows artifact collection
Variable interpolation in gitlab-ci.yml apparently doesn't work. Sigh.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82fcb66739..cb86b41dcd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -877,7 +877,9 @@ nightly-i386-windows-hadrian:
reports:
junit: junit.xml
paths:
- - $BIN_DIST_PREP_TAR_COMP
+ # N.B. variable interpolation apparently doesn't work on Windows so
+ # this can't be $BIN_DIST_TAR_COMP
+ - "ghc-x86_64-mingw32.tar.xz"
- junit.xml
validate-x86_64-windows: