From e1523089d57ed7fce3591ab99014f942e3c6b523 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 25 Sep 2023 11:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bulid.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bulid.sh b/bulid.sh index b539cc0..3141f87 100644 --- a/bulid.sh +++ b/bulid.sh @@ -49,3 +49,4 @@ do CGO_ENABLED=0 GOOS=${array[0]} GOARCH=${array[1]} go build -o ${array[0]}_${array[1]}_main${extension} done +pwd