Skip to content

Commit

Permalink
Swear to God if this doesn't work I'm making a new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Obydux committed Aug 8, 2024
1 parent 037f622 commit 004d1e8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build NoCheat
name: NoCheat Build

on: [push, pull_request]
on:
[push, pull_request]

jobs:
build:
Expand All @@ -18,13 +19,13 @@ jobs:
java-version: '8'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }
settings-path: ${{ github.workspace }}

- name: Build NoCheat
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: ./build/libs/**.jar
path: /home/runner/work/Obydux/NoCheat/build/libs/**.jar

0 comments on commit 004d1e8

Please sign in to comment.