We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147f128 commit a911e29Copy full SHA for a911e29
.github/workflows/cd.yml
@@ -86,7 +86,7 @@ jobs:
86
envsubst < package.json.tmpl > "${node_pkg}/package.json"
87
# copy the binary into the package
88
# note: windows binaries has '.exe' extension
89
- cp rotel-agent "${node_pkg}/bin"
+ cp ../rotel-agent "${node_pkg}/bin"
90
# publish the package
91
#cd "${node_pkg}"
92
#npm publish --access public --dry-run
0 commit comments