Skip to content

fix: MessageFilter: disable private message report to avoid getting b… #261

fix: MessageFilter: disable private message report to avoid getting b…

fix: MessageFilter: disable private message report to avoid getting b… #261

Workflow file for this run

name: build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Java setup
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
check-latest: true
- uses: burrunan/gradle-cache-action@v1
name: BuildPluginLegacy
with:
job-id: jdk11
arguments: buildPluginLegacy
gradle-version: wrapper
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: lgz-bot
path: build/mirai/lgz-bot-*.jar