release.sh: clean up tarball signature

pull/950/head
nick black 4 years ago
parent c2b8610121
commit 02f59d25c2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save