Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NazrinNya authored Jun 26, 2023
1 parent 6eaf961 commit f1126fb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
distribution: 'temurin'
- name: Gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
- name: Making the jar
run: ./gradlew jar

- name: Unloading it
uses: actions/upload-artifact@v2
with:
arguments: build
name: ${{ github.event.repository.name }}
path: build/libs/

0 comments on commit f1126fb

Please sign in to comment.