Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Add artifacts
  • Loading branch information
TheLeCrafter authored Dec 15, 2021
1 parent 7af2697 commit 559690c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
run: chmod=+x ./gradlew
- name: Build with Gradle
run: ./gradlew build --no-daemon
- name: Upload build artifact
uses: actions/[email protected]
with:
path: build/libs/*.jar

0 comments on commit 559690c

Please sign in to comment.