From 06eae56646d4f095017ab28931afaac60d51891a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 12 Jul 2023 17:51:56 +0800 Subject: [PATCH] Fix pulling freebsd bindist --- scripts/releasing/pull_release_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/releasing/pull_release_artifacts.sh b/scripts/releasing/pull_release_artifacts.sh index 9f9981e..d149a0b 100755 --- a/scripts/releasing/pull_release_artifacts.sh +++ b/scripts/releasing/pull_release_artifacts.sh @@ -29,7 +29,7 @@ gh release download "$RELEASE" # cirrus curl -L -o "x86_64-portbld-freebsd-ghcup-${TAG}" \ - "https://api.cirrus-ci.com/v1/artifact/github/haskell/ghcup-hs/build/binaries/out/x86_64-portbld-freebsd-ghcup-${RELEASE}?branch=${RELEASE}" + "https://api.cirrus-ci.com/v1/artifact/github/haskell/ghcup-hs/build/binaries/out/x86_64-portbld-freebsd-ghcup-${TAG}?branch=${RELEASE}" sha256sum ./*-ghcup-* > SHA256SUMS gpg --detach-sign -u "${SIGNER}" SHA256SUMS