steam-deck-minecraft/.gitea/workflows/publish.yml
Liam 6f9c2406af
Some checks failed
release / release (push) Failing after 28s
fix properly?
2023-11-17 15:47:47 +00:00

27 lines
560 B
YAML

name: release
on:
push:
branches:
- "master"
jobs:
release:
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:
files: |-
instance.cfg
mmc-pack.json
.minecraft/mods
api_key: "${{secrets.RELEASE_TOKEN}}"