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

gitlab-ci: Fix Windows bindist collection

Apparently variable interpolation in the `artifacts.paths` key of
`gitlab-ci.yml` doesn't work on Windows as it does on WIndows.
parent ccdb3c93
No related branches found
No related tags found
No related merge requests found
......@@ -836,7 +836,7 @@ nightly-i386-windows-hadrian:
reports:
junit: junit.xml
paths:
- $BIN_DIST_PREP_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