From fbd240a2689767c296c41696da6ffbed95ca7776 Mon Sep 17 00:00:00 2001 From: ArcaneSpark Date: Tue, 23 Apr 2024 21:41:51 +0200 Subject: [PATCH] added first builds untill I make a proper build system --- .forgejo/workflows/pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/pages.yml b/.forgejo/workflows/pages.yml index 2b2cedd..bc304d4 100644 --- a/.forgejo/workflows/pages.yml +++ b/.forgejo/workflows/pages.yml @@ -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