Skip to content

Fix hoppers not work #82

Fix hoppers not work

Fix hoppers not work #82

Workflow file for this run

name: Customdiscs CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Build CustomDiscs
run: ./gradlew build
- name: Upload CustomDiscs
uses: actions/upload-artifact@v4
with:
name: "CustomDiscs"
path: "build/libs/"