diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 432419b..936554e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v3.5.0 - run: go install github.com/packwiz/packwiz@latest - - run: packwiz refresh - - run: packwiz modrinth export + - run: /home/runner/go/packwiz refresh + - run: /home/runner/go/packwiz modrinth export - run: | VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'` gh release create v$VERSION --generate-notes *.mrpack