Skip to content

Fix other check

Fix other check #145

Workflow file for this run

name: Java with Gradle
on:
push:
branches: [1.18.2]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 17
- name: Give permissions to Gradle
run: chmod +x ./gradlew
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: build jar
- name: Upload a Forge Artifacts
uses: actions/[email protected]
with:
name: PacketFixerForge
path: forge/build/libs/**.jar
- name: Upload a Fabric Artifacts
uses: actions/[email protected]
with:
name: PacketFixerFabric
path: fabric/build/libs/**.jar