Fix pulling freebsd bindist

This commit is contained in:
Julian Ospald 2023-07-12 17:51:56 +08:00
parent bdbbeb1040
commit 06eae56646
No known key found for this signature in database
GPG Key ID: CCC85C0E40C06A8C
1 changed files with 1 additions and 1 deletions

View File

@ -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