Skip to content

Commit ec56409

Browse files
committed
Fix agent copy during release
If there isn't a lib dir yet it'll copy as lib instead of getting put inside the directory.
1 parent ea105a9 commit ec56409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build/build-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ EOF
5959

6060
if [ "$KEEP_MODULES" = 1 ]; then
6161
rsync node_modules/ "$RELEASE_PATH/node_modules"
62+
mkdir -p "$RELEASE_PATH/lib"
6263
rsync ./lib/coder-cloud-agent "$RELEASE_PATH/lib"
6364
fi
6465
}

0 commit comments

Comments
 (0)