Files
cobblemon-minecraft-modpack/.github/workflows/publish-pack.yml
T
floturcocantsee 1cae46fad5
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 20s
feat: add mod appleskin
2026-04-30 21:56:17 -04:00

24 lines
678 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: Build - ${{ github.head_ref }}
files: |-
*.mrpack