Skip to content

Commit fa892e9

Browse files
committed
ci: fix release workflow not downloading packwiz
1 parent e5606bc commit fa892e9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ jobs:
3535
uses: ./.github/actions/lfs
3636

3737
# Install PackWiz
38-
- name: Install packwiz
39-
uses: supplypike/setup-bin@v4
38+
- name: Install Go
39+
uses: actions/setup-go@v5
4040
with:
41-
uri: 'https://nightly.link/packwiz/packwiz/workflows/go/main/Linux%2064-bit%20x86.zip'
42-
name: 'packwiz'
43-
version: 'linux'
41+
go-version: '>=1.19'
42+
43+
- name: Install packwiz
44+
run: go install github.com/packwiz/packwiz@latest
4445

4546
# Update version fields in modpack configs
4647
- name: Update version field in configs

0 commit comments

Comments
 (0)