Skip to content

Update mod version

Update mod version #31

Workflow file for this run

# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.16.x/next/.github/workflows/gradle.yml
name: gradle-ci
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'adopt-openj9'
java-version: 21
- name: Build artifacts
run: ./gradlew build
- name: Upload build artifacts
uses: actions/upload-artifact@v1
with:
name: build-artifacts
path: build/libs