From 2a79c669a5057f99f7a7718a93a566e65520b7d7 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 3 Feb 2024 00:16:18 +0800 Subject: [PATCH] Update release scripts --- scripts/releasing/pull_release_artifacts.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/releasing/pull_release_artifacts.sh b/scripts/releasing/pull_release_artifacts.sh index d149a0b..e852d52 100755 --- a/scripts/releasing/pull_release_artifacts.sh +++ b/scripts/releasing/pull_release_artifacts.sh @@ -27,11 +27,7 @@ cd "gh-release-artifacts/${RELEASE}" # github 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-${TAG}?branch=${RELEASE}" - sha256sum ./*-ghcup-* > SHA256SUMS gpg --detach-sign -u "${SIGNER}" SHA256SUMS -gh release upload "$RELEASE" "ghcup-${TAG}-src.tar.gz" "x86_64-portbld-freebsd-ghcup-${TAG}" SHA256SUMS SHA256SUMS.sig +gh release upload "$RELEASE" "ghcup-${TAG}-src.tar.gz" SHA256SUMS SHA256SUMS.sig