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