Skip to content

Commit

Permalink
Upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChimpGamer authored Sep 17, 2024
1 parent f8e559d commit e57ebfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit e57ebfa

Please sign in to comment.