From e57ebfa927cb26cd0088fd5f541e196b20d7c24a Mon Sep 17 00:00:00 2001 From: ChimpGamer Date: Tue, 17 Sep 2024 18:18:46 +0200 Subject: [PATCH] Upload build artifacts --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c02d6f8..87bdd27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,12 @@ jobs: - name: Build with Gradle Wrapper run: ./gradlew build + - name: Upload build artifacts + uses: actions/upload-artifact@v4 + with: + name: UltimateMobCoins + path: paper/build/libs + # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version. #