mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修正github actions编译问题
This commit is contained in:
@@ -46,5 +46,6 @@ jobs:
|
||||
- name: Build Client
|
||||
run: |
|
||||
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 vnc -o code/client/tunnel/vnc/assets.go -prefix html/vnc html/vnc/...
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user