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