Skip to content
Snippets Groups Projects
Commit f1c3ced6 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Fix Windows artifact collection

Variable interpolation in gitlab-ci.yml apparently doesn't work. Sigh.
parent da04db1a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment