Skip to content

Swear to God if this doesn't work I'm making a new repo #5

Swear to God if this doesn't work I'm making a new repo

Swear to God if this doesn't work I'm making a new repo #5

Workflow file for this run

name: NoCheat Build
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: /home/runner/work/Obydux/NoCheat/build/libs/**.jar