Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-MX committed Nov 20, 2023
1 parent a93c0be commit f8fa977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew build
- uses: actions/upload-artifact@v3
with:
name: build-outputs
path: build/libs/*.jar

0 comments on commit f8fa977

Please sign in to comment.