Skip to content

Commit

Permalink
[refactor] Changed tag name to v{version}.
Browse files Browse the repository at this point in the history
Conforms with previous tags published by node-webrtc.
  • Loading branch information
corwin-of-amber committed Nov 26, 2021
1 parent 22d6c40 commit 39258d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"module_name": "wrtc",
"module_path": "./build/Release/{napi_build_version}/..",
"host": "https://github.com/corwin-of-amber/node-webrtc/releases/download/",
"remote_path": "{version}",
"remote_path": "v{version}",
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}.tar.gz",
"napi_versions": [
3
Expand Down
2 changes: 1 addition & 1 deletion phase-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"module_name": "wrtc",
"module_path": "./build/external/libwebrtc/build/Release",
"host": "https://github.com/corwin-of-amber/node-webrtc/releases/download/",
"remote_path": "{version}"
"remote_path": "v{version}"
},
"scripts": {
"build": "cross-env LIBNAME=libwebrtc ../scripts/build-from-source.js",
Expand Down

0 comments on commit 39258d8

Please sign in to comment.