修正actions自动编译问题

This commit is contained in:
lwch
2021-09-30 10:20:54 +08:00
parent 23c920072b
commit 61d24bc6d3
+1 -1
View File
@@ -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