This commit is contained in:
parent
c15790a4ba
commit
ddd99d4dba
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ jobs:
|
|||
with:
|
||||
go-version: 'stable' # The Go version to download (if necessary) and use.
|
||||
- run: |
|
||||
go install github.com/packwiz/packwiz@latest
|
||||
pwd
|
||||
echo $GOPATH
|
||||
mkdir /workspace/bin
|
||||
go build github.com/packwiz/packwiz@latest -o /workspace/bin/packwiz
|
||||
ls /workspace/bin
|
||||
cd TrotCraft/client
|
||||
/home/runner/go/bin/packwiz refresh --build
|
||||
cd ../server
|
||||
|
|
Loading…
Reference in a new issue