Skip to content

Commit e162b21

Browse files
committed
wip
1 parent e847e32 commit e162b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/bindist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ case "${TARBALL_EXT}" in
1919
tar.xz)
2020
# we need to control the order, so the hls wrapper binary is installed
2121
# 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' ' ')"}"
2323
emake --version
2424
emake GHCUP=ghcup ARTIFACT="${ARTIFACT}" GHCS="${GHCS}" bindist || fail_with_ghcup_logs "make bindist failed"
2525
emake GHCUP=ghcup ARTIFACT="${ARTIFACT}" bindist-tar || fail_with_ghcup_logs "make bindist failed"

0 commit comments

Comments
 (0)