mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 06:02:13 +00:00
Fix publicatin to github
This commit is contained in:
parent
688bc29e44
commit
0f6e62a09b
@ -301,7 +301,7 @@ jobs:
|
||||
set -ex
|
||||
mkdir -p gh-release
|
||||
find .
|
||||
tag=`git describe --abbrev=0`
|
||||
tag=`git describe --tags`
|
||||
mk() {
|
||||
target=$1
|
||||
src=$2
|
||||
@ -338,5 +338,5 @@ jobs:
|
||||
displayName: 'Create GitHub Release'
|
||||
inputs:
|
||||
gitHubConnection: alexcrichton-oauth
|
||||
repositoryName: alexcrichton/wasm-bindgen
|
||||
repositoryName: rustwasm/wasm-bindgen
|
||||
assets: gh-release/*.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user