Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

update the README_CN.md #8

update the README_CN.md

update the README_CN.md #8

Workflow file for this run

name: "Dev Build"
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.4.2
- name: Execute Gradle build
run: ./gradlew shadowJar
- uses: actions/upload-artifact@v4
with:
name: Package JAR
path: build/libs