Files
floturcocantsee cda1466083
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 21s
feat: add mod Cobblemon: Mega Showdown
2026-04-30 22:14:41 -04:00

24 lines
654 B
YAML

name: Publish Modpack Archive
run-name: Publish latest commit as mrpack file
on: [push]
jobs:
Build and release mrpack file from latest changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: "1.26"
- name: Install dependencies
run: |
go install github.com/packwiz/packwiz@latest
- name: Build mrpack file with packwiz
run: |
packwiz modrinth export
- uses: akkuman/gitea-release-action@v1
with:
name: Latest
files: |-
*.mrpack