Add github CI

This commit is contained in:
Evan Pratten 2024-01-30 20:40:49 -05:00
parent 8fef6a4bf4
commit 610c8374ce
2 changed files with 24 additions and 0 deletions

24
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Build
on:
push:
pull_request:
jobs:
build:
name: Build Modpack
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Ensure packwiz is executable
run: chmod +x ./scripts/packwiz
- name: Build Modpack
run: ./scripts/packwiz modrinth export --output ewpratten-master.mrpack
- name: Upload Modpack
uses: actions/upload-artifact@v2
with:
name: ewpratten-master.mrpack
path: ewpratten-master.mrpack

BIN
scripts/packwiz Executable file

Binary file not shown.