I forgot to make it upload artifacts

:3c
This commit is contained in:
TheCrazyInsanity 2025-02-03 18:01:30 -05:00 committed by GitHub
parent 7206cad26a
commit 4b32e2665b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,13 +38,10 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build
# 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.
#
# - name: Setup Gradle
# uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
# with:
# gradle-version: '8.9'
#
# - name: Build with Gradle 8.9
# run: gradle build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.6.0
with:
# A file, directory or wildcard pattern that describes what to upload
path: ./build/libs