Add github CI
This commit is contained in:
parent
8fef6a4bf4
commit
610c8374ce
24
.github/workflows/build.yml
vendored
Normal file
24
.github/workflows/build.yml
vendored
Normal 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
BIN
scripts/packwiz
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user