added first builds untill I make a proper build system
This commit is contained in:
parent
c6754818ac
commit
fbd240a268
1 changed files with 2 additions and 0 deletions
|
@ -16,10 +16,12 @@ jobs:
|
|||
go-version: 'stable' # The Go version to download (if necessary) and use.
|
||||
- run: |
|
||||
mkdir /workspace/bin
|
||||
mkdir TrotCraft/builds
|
||||
export GOBIN=/workspace/bin
|
||||
go install github.com/packwiz/packwiz@latest
|
||||
cd TrotCraft/client
|
||||
/workspace/bin/packwiz refresh --build
|
||||
/workspace/bin/packwiz mr export -o ../builds/TrotCraft-latest.mrpack
|
||||
cd ../server
|
||||
/workspace/bin/packwiz refresh --build
|
||||
- name: Deploy
|
||||
|
|
Loading…
Reference in a new issue