Skip to content

fix: 从生物切换到玩家伪装后血量不会重置 #1121

fix: 从生物切换到玩家伪装后血量不会重置

fix: 从生物切换到玩家伪装后血量不会重置 #1121

Workflow file for this run

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