From 61d24bc6d3253d6acc26d3eda9bea5a71ddc8821 Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 30 Sep 2021 10:20:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3actions=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8af2352..7cd2109 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,5 +40,5 @@ jobs: - name: Build Client run: | - go run contrib/bindata/main.go -pkg shell -o code/client/shell/assets.go -prefix html/shell "$@" html/shell/... + go run contrib/bindata/main.go -pkg shell -o code/client/shell/assets.go -prefix html/shell html/shell/... go build -v code/client/main.go code/client/connect.go