From b5679c07f3c26e83561c0314ba4a07d924d53626 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Thu, 9 Mar 2023 19:39:47 -0600 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 936554e..cd57f0e 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: /home/runner/go/packwiz refresh - - run: /home/runner/go/packwiz modrinth export + - run: /home/runner/go/bin/packwiz refresh + - run: /home/runner/go/bin/packwiz modrinth export - run: | VERSION=`cat pack.toml | grep ^version | sed 's/version = "\(.*\)"/\1/'` gh release create v$VERSION --generate-notes *.mrpack