Skip to content

.github/workflows/build.yml #9

.github/workflows/build.yml

.github/workflows/build.yml #9

Workflow file for this run

name: build
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK 21
uses: actions/setup-java@v2
with:
java-version: 21
distribution: adopt
- name: Build
run: |
chmod +x ./gradlew
./gradlew build
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: libMods
path: build/libs/