From 02f59d25c262f11b30f58d3769e2e53a1ff93c3e Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 23 Aug 2020 22:35:28 -0400 Subject: [PATCH] release.sh: clean up tarball signature --- tools/release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 97615ebc1..8372e27a8 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -46,11 +46,12 @@ gpg --sign --armor --detach-sign $TARBALL rm v$VERSION.tar.gz echo "Cut $VERSION, signed to $TARBALL.asc" -echo "Now upload the sig to https://github.com/dankamongmen/notcurses/releases" +echo "Now uploadling the sig to https://github.com/dankamongmen/notcurses/releases" echo "The bastards are trying to immanentize the Eschaton" # requires token in ~/.netrc github-release dankamongmen/notcurses create v$VERSION --name "v$VERSION—$QUIP" --publish $TARBALL.asc +rm $TARBALL.asc cd "$BUILDDIR" sudo make install