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