release: combine github-asset into github-release

pull/832/head
nick black 4 years ago
parent 4f8673b0e9
commit 1564475cb5
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save