This commit is contained in:
parent
c15790a4ba
commit
ddd99d4dba
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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: |
|
||||||
go install github.com/packwiz/packwiz@latest
|
mkdir /workspace/bin
|
||||||
pwd
|
go build github.com/packwiz/packwiz@latest -o /workspace/bin/packwiz
|
||||||
echo $GOPATH
|
ls /workspace/bin
|
||||||
cd TrotCraft/client
|
cd TrotCraft/client
|
||||||
/home/runner/go/bin/packwiz refresh --build
|
/home/runner/go/bin/packwiz refresh --build
|
||||||
cd ../server
|
cd ../server
|
||||||
|
|
Loading…
Reference in a new issue