Skip to content

VERY WIP WIP HYTALE PORT #322

VERY WIP WIP HYTALE PORT

VERY WIP WIP HYTALE PORT #322

Workflow file for this run

name: Build
on:
push:
branches: [main, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: "Build with Gradle"
uses: gradle/gradle-build-action@v3
with:
arguments: build
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
path: "**/dclink-*/build/libs/*.jar"