Automatically download and bundle unwhitelisted mods/files in Modrinth modpacks

This commit is contained in:
comp500
2022-03-29 01:02:24 +01:00
parent 3fb350f244
commit cdd737839d
4 changed files with 69 additions and 14 deletions

View File

@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.18
id: go
- name: Check out code into the Go module directory