mirror of https://github.com/cbeuw/Cloak
Fix gox not found in release CI
This commit is contained in:
parent
11e42dd542
commit
6fe603c726
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
go get github.com/mitchellh/gox
|
||||
go install github.com/mitchellh/gox@latest
|
||||
|
||||
mkdir -p release
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue