fix properly?
Some checks failed
release / release (push) Failing after 28s

This commit is contained in:
Lee 2023-11-17 15:47:47 +00:00
parent 7f7b14ab86
commit 6f9c2406af

@ -7,8 +7,15 @@ on:
jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: ">=1.20.1"
- name: Release Modpack
uses: https://gitea.com/actions/release-action@main
with: