Fix publicatin to github

This commit is contained in:
Alex Crichton 2019-03-04 13:12:39 -08:00
parent 688bc29e44
commit 0f6e62a09b

View File

@ -301,7 +301,7 @@ jobs:
set -ex set -ex
mkdir -p gh-release mkdir -p gh-release
find . find .
tag=`git describe --abbrev=0` tag=`git describe --tags`
mk() { mk() {
target=$1 target=$1
src=$2 src=$2
@ -338,5 +338,5 @@ jobs:
displayName: 'Create GitHub Release' displayName: 'Create GitHub Release'
inputs: inputs:
gitHubConnection: alexcrichton-oauth gitHubConnection: alexcrichton-oauth
repositoryName: alexcrichton/wasm-bindgen repositoryName: rustwasm/wasm-bindgen
assets: gh-release/*.tar.gz assets: gh-release/*.tar.gz