We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6f0b9 commit de0521dCopy full SHA for de0521d
.github/workflows/gradle.yml
@@ -24,7 +24,13 @@ jobs:
24
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
25
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
26
- name: Setup Gradle
27
- uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
+ uses: gradle/actions/setup-gradle@v5
28
29
- name: Build with Gradle Wrapper
30
run: ./gradlew build
31
+
32
+ - name: Upload build artifacts
33
+ uses: actions/upload-artifact@v4
34
+ with:
35
+ name: mod-jars
36
+ path: build/libs/*.jar
0 commit comments