File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1818
1919mkdir -p " gh-release-artifacts/cabal-${VERSION} "
2020
21+ git archive --format=tar.gz -o " gh-release-artifacts/${RELEASE} /cabal-${TAG} -src.tar.gz" --prefix=" cabal-${TAG} /" HEAD
22+
2123cd " gh-release-artifacts/cabal-${VERSION} "
2224
2325# github
2426gh release download " $RELEASE "
2527
26- # cirrus
27- curl --fail -L -o " cabal-install-${VERSION} -x86_64-portbld-freebsd.tar.xz" \
28- " https://api.cirrus-ci.com/v1/artifact/github/haskell/cabal/build/binaries/out/cabal-install-${VERSION} -x86_64-portbld-freebsd.tar.xz?branch=${RELEASE} "
29-
30-
3128sha256sum ./* > SHA256SUMS
3229gpg --detach-sign -u " ${SIGNER} " SHA256SUMS
3330
34- gh release upload " $RELEASE " " cabal-install- ${VERSION} -x86_64-portbld-freebsd .tar.xz " SHA256SUMS SHA256SUMS.sig
31+ gh release upload " $RELEASE " " cabal-${TAG} -src .tar.gz " SHA256SUMS SHA256SUMS.sig
3532
You can’t perform that action at this time.
0 commit comments