Update .forgejo/workflows/pages.yml
Some checks failed
Deploy / Deploy (push) Failing after 26s

This commit is contained in:
Arcane Spark 2024-04-13 15:20:24 +02:00
parent c15790a4ba
commit ddd99d4dba

View file

@ -15,9 +15,9 @@ jobs:
with:
go-version: 'stable' # The Go version to download (if necessary) and use.
- run: |
go install github.com/packwiz/packwiz@latest
pwd
echo $GOPATH
mkdir /workspace/bin
go build github.com/packwiz/packwiz@latest -o /workspace/bin/packwiz
ls /workspace/bin
cd TrotCraft/client
/home/runner/go/bin/packwiz refresh --build
cd ../server