Skip to content

rework: improve the accuracy of skin type determination #19

rework: improve the accuracy of skin type determination

rework: improve the accuracy of skin type determination #19

Workflow file for this run

name: Build
on:
pull_request:
branches:
- fabric
push:
branches:
- fabric
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: false
- name: Build with Gradle
run: gradle build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
path: build/libs/