This commit is contained in:
parent
ddd99d4dba
commit
30049b94fe
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ jobs:
|
||||||
go-version: 'stable' # The Go version to download (if necessary) and use.
|
go-version: 'stable' # The Go version to download (if necessary) and use.
|
||||||
- run: |
|
- run: |
|
||||||
mkdir /workspace/bin
|
mkdir /workspace/bin
|
||||||
go build github.com/packwiz/packwiz@latest -o /workspace/bin/packwiz
|
export $GOBIN="/workspace/bin"
|
||||||
|
go install github.com/packwiz/packwiz@latest
|
||||||
ls /workspace/bin
|
ls /workspace/bin
|
||||||
cd TrotCraft/client
|
cd TrotCraft/client
|
||||||
/home/runner/go/bin/packwiz refresh --build
|
/home/runner/go/bin/packwiz refresh --build
|
||||||
|
|
Loading…
Reference in a new issue