We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5606bc commit fa892e9Copy full SHA for fa892e9
1 file changed
.github/workflows/release.yml
@@ -35,12 +35,13 @@ jobs:
35
uses: ./.github/actions/lfs
36
37
# Install PackWiz
38
- - name: Install packwiz
39
- uses: supplypike/setup-bin@v4
+ - name: Install Go
+ uses: actions/setup-go@v5
40
with:
41
- uri: 'https://nightly.link/packwiz/packwiz/workflows/go/main/Linux%2064-bit%20x86.zip'
42
- name: 'packwiz'
43
- version: 'linux'
+ go-version: '>=1.19'
+
+ - name: Install packwiz
44
+ run: go install github.com/packwiz/packwiz@latest
45
46
# Update version fields in modpack configs
47
- name: Update version field in configs
0 commit comments