diff --git a/bin/build-all.sh b/bin/build-all.sh index 66a0f74..8fa0c60 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -37,5 +37,5 @@ upload $root_path/service-yarn-query/target/service-yarn-query-1.0.0-SNAPSHOT.ja upload $root_path/service-zookeeper-query/target/service-zookeeper-query-1.0.0-SNAPSHOT.jar upload $root_path/utils/sync/target/sync-1.0.0-SNAPSHOT.jar -$root_path/bin/upload-rm $root_path/service-cli/service-cli-runner/target/service-cli-runner-1.0.0-SNAPSHOT.jar -$root_path/bin/upload-rm $root_path/service-uploader/target/service-uploader-1.0.0-SNAPSHOT.jar +$root_path/bin/upload-rm.sh $root_path/service-cli/service-cli-runner/target/service-cli-runner-1.0.0-SNAPSHOT.jar +$root_path/bin/upload-rm.sh $root_path/service-uploader/target/service-uploader-1.0.0-SNAPSHOT.jar