Skip to content

misc: 调整英文本地化 #1199

misc: 调整英文本地化

misc: 调整英文本地化 #1199

Workflow file for this run

name: Build
on:
push:
tags-ignore:
- '**'
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: FeatherMorphArtifacts
path: build/libs/*.jar