From 196802e07d68962488d29a886722f7d2f0998165 Mon Sep 17 00:00:00 2001 From: rainerosion Date: Fri, 14 Apr 2023 18:24:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c047e6e..b3f3333 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: commands: - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories - apk update && apk add build-base - - cd gptbing/wechatbot && CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o chatgpt-arm64 + - cd wechatbot && CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o chatgpt-arm64 - name: gitea_release image: plugins/gitea-release