LingxinMeng 10 tháng trước cách đây
mục cha
commit
8055b77c8a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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