mkdir /workspace/bin
mkdir TrotCraft/builds
export GOBIN=/workspace/bin
go install github.com/packwiz/packwiz@latest
cd TrotCraft/client
/workspace/bin/packwiz mr export -o ../builds/TrotCraft-latest.mrpack
/workspace/bin/packwiz refresh --build
cd ../…0s