File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ case "${TARBALL_EXT}" in
19
19
tar.xz)
20
20
# we need to control the order, so the hls wrapper binary is installed
21
21
# from the oldest version in the list
22
- : " ${GHCS:= " $( cd " $CI_PROJECT_DIR /out/${ARTIFACT} " && rm -f ./* .json && for ghc in * ; do printf " %s\n" " $ghc " ; done | sort -r | tr ' \n' ' ' ) " } "
22
+ : " ${GHCS:= " $( cd " $CI_PROJECT_DIR /out/${ARTIFACT} " && ls && rm -f ./* .json && for ghc in ./ * ; do printf " %s\n" " $ghc " ; done | sort -r | tr ' \n' ' ' ) " } "
23
23
emake --version
24
24
emake GHCUP=ghcup ARTIFACT=" ${ARTIFACT} " GHCS=" ${GHCS} " bindist || fail_with_ghcup_logs " make bindist failed"
25
25
emake GHCUP=ghcup ARTIFACT=" ${ARTIFACT} " bindist-tar || fail_with_ghcup_logs " make bindist failed"
You can’t perform that action at this time.
0 commit comments