LingxinMeng 10 月之前
父节点
当前提交
8055b77c8a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deploy/sh/build-dispatch_server.sh

+ 1 - 0
deploy/sh/build-dispatch_server.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 
 # 监控接口
+mkdir -p ./deploy/exe/
 go build -o ./deploy/exe/dispatch_server.exe ./src/main/main.go