We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bc9cc commit e29681bCopy full SHA for e29681b
.github/scripts/bindist.sh
@@ -25,7 +25,6 @@ case "${TARBALL_EXT}" in
25
: "${GHCS:="$(cd "$CI_PROJECT_DIR/out/${ARTIFACT}" && rm -f ./*.json && for ghc in * ; do printf "%s\n" "$ghc" ; done | sort -r | tr '\n' ' ')"}"
26
emake --version
27
emake GHCUP=ghcup ARTIFACT="${ARTIFACT}" GHCS="${GHCS}" bindist
28
- emake GHCUP=ghcup GHCS="${GHCS}" clean-ghcs
29
emake GHCUP=ghcup ARTIFACT="${ARTIFACT}" bindist-tar
30
;;
31
*)
0 commit comments