Skip to content

Commit a911e29

Browse files
committed
fix path to rotel agent
1 parent 147f128 commit a911e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
envsubst < package.json.tmpl > "${node_pkg}/package.json"
8787
# copy the binary into the package
8888
# note: windows binaries has '.exe' extension
89-
cp rotel-agent "${node_pkg}/bin"
89+
cp ../rotel-agent "${node_pkg}/bin"
9090
# publish the package
9191
#cd "${node_pkg}"
9292
#npm publish --access public --dry-run

0 commit comments

Comments
 (0)