修正actions编译脚本

This commit is contained in:
lwch
2021-10-15 10:17:43 +08:00
parent 9b1df6937b
commit 36278c80c9
+3 -2
View File
@@ -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