jsonrpc js client: ci upload and new name (#3618)

* jsonrpc js client: ci upload and new name

* Update jsonrpc-client-npm-package.yml

* Update jsonrpc-client-npm-package.yml

* Update jsonrpc-client-npm-package.yml

* change details message

* make sure to generate dist directory
This commit is contained in:
Simon Laux
2022-10-01 20:43:45 +02:00
committed by GitHub
parent 1965866813
commit b2f7a7bb2e
5 changed files with 90 additions and 3 deletions

View File

@@ -12,11 +12,12 @@ const GITHUB_API_URL =
const file_url = process.env['URL']
const GITHUB_TOKEN = process.env['GITHUB_TOKEN']
const context = process.env['MSG_CONTEXT']
const STATUS_DATA = {
state: 'success',
description: '⏩ Click on "Details" to download →',
context: 'Download the node-bindings.tar.gz',
context: context || 'Download the node-bindings.tar.gz',
target_url: base_url + file_url,
}