Skip to content

v2.1.1

v2.1.1 #82

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.11.3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mcdreforged
- name: Pack Plugin
run: |
python -m mcdreforged pack -o ./build
- uses: actions/upload-artifact@v3
with:
path: build/