Skip to content

Show a custom message when shaderpack compilation fails #41

Show a custom message when shaderpack compilation fails

Show a custom message when shaderpack compilation fails #41

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: nightly
path: build/libs