From 36278c80c94a78ce99a0972e83149d6edcdf0501 Mon Sep 17 00:00:00 2001 From: lwch Date: Fri, 15 Oct 2021 10:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3actions=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cd2109..0c555a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: os: - ubuntu-18.04 - ubuntu-20.04 - - windows-2016 # tar command error + - windows-2016 - windows-2019 - windows-2022 - macos-10.15 @@ -40,5 +40,6 @@ 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/tunnel/shell/assets.go -prefix html/shell html/shell/... + go run contrib/bindata/main.go -pkg dashboard -o code/client/dashboard/assets.go -prefix html/dashboard html/dashboard/... go build -v code/client/main.go code/client/connect.go