From 1564475cb596f4af112b4a232ec7950d89f3c0c3 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 26 Jul 2020 21:32:24 -0400 Subject: [PATCH] release: combine github-asset into github-release --- tools/release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 62ea60bc8..b65c93e91 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -49,10 +49,10 @@ echo "Now upload 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 --name "v$VERSION—$QUIP" --publish -github-asset dankamongmen/notcurses upload v$VERSION $TARBALL.asc +github-release dankamongmen/notcurses create v$VERSION --name "v$VERSION—$QUIP" --publish $TARBALL.asc -cd ../rust/libnotcurses-sys +# FIXME need to install fresh notcurses for rust to compile +cd rust/libnotcurses-sys cargo clean cargo publish cd ../notcurses