Skip to content

Build modpack with Packwiz #1

Build modpack with Packwiz

Build modpack with Packwiz #1

Workflow file for this run

name: Build with Packwiz
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v22
- name: Build Modrinth Modpack
run: |
nix develop --command packwiz modrinth export
shell: bash
- name: Build CurseForge Modpack
run: |
nix develop --command packwiz curseforge export
shell: bash
- uses: actions/upload-artifact@v4
with:
name: Modrinth Pack
path: |
*.mrpack
- uses: actions/upload-artifact@v4
with:
name: CurseForge Pack
path: |
*.zip