From 004d1e8865183e9b8e597f7635e362c61e8fec38 Mon Sep 17 00:00:00 2001 From: Obydux Date: Thu, 8 Aug 2024 19:40:20 +0300 Subject: [PATCH] Swear to God if this doesn't work I'm making a new repo --- .github/workflows/build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 689abac..9a1901a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,7 @@ -name: Build NoCheat +name: NoCheat Build -on: [push, pull_request] +on: + [push, pull_request] jobs: build: @@ -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/upload-artifact@v3.1.0 with: - path: ./build/libs/**.jar \ No newline at end of file + path: /home/runner/work/Obydux/NoCheat/build/libs/**.jar \ No newline at end of file