Skip to content

ci: update build.yml #93

ci: update build.yml

ci: update build.yml #93

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@v4
with:
path: build/