double.huang 5 年之前
父节点
当前提交
1ae579365f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -7,7 +7,7 @@ build:
   commands:
     - export GOPROXY=https://goproxy.io
     - export GO111MODULE=on
-    - CGO_ENABLED=0 go build -a -ldflags '-s'
+    - CGO_ENABLED=0 go build -a -ldflags '-s' -o flarum
     - tar zcf flarum.tar.gz static app.properties sql doc flarum
 publish:
   docker: