Skip to content

移除原对混沌岛屿和混沌龙的生成方式 #158

移除原对混沌岛屿和混沌龙的生成方式

移除原对混沌岛屿和混沌龙的生成方式 #158

Workflow file for this run

name: Build mod
on:
push:
branches: ["master"]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: gradle
- name: Build with Gradle
run: ./gradlew build -x test --no-daemon
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: StellarCore
path: build/libs/*.jar
if-no-files-found: error