Skip to content

Commit

Permalink
Fix pulling freebsd bindist
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jul 12, 2023
1 parent bdbbeb1 commit 06eae56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/releasing/pull_release_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06eae56

Please sign in to comment.