diff --git a/tools/bin/goreleaser_utils b/tools/bin/goreleaser_utils index 6bca0aca1f7..78dcc70ba87 100755 --- a/tools/bin/goreleaser_utils +++ b/tools/bin/goreleaser_utils @@ -72,9 +72,12 @@ get_remote_plugin_paths() { } build_standard_capabilities() { + cd ./capabilities + npx nx@19.8.2 init ./nx run-many -t build # binaries get put into /bin under /bin/amd64 and /bin/arm64 - cp "./bin/$(go env GOARCH)"/* "$lib_path/plugins" + cp "./bin/$(go env GOARCH)"/* "$lib_path/plugins" + cd ../ } install_remote_plugins() {