Skip to content

Commit

Permalink
Added listing libs directory to check content
Browse files Browse the repository at this point in the history
  • Loading branch information
erroreyes committed Jun 25, 2024
1 parent 04df509 commit 6a8ce51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
java-version: 17
cache: 'gradle'

# - name: Setup Gradle
# uses: gradle/gradle-build-action@v3

- name: Gradle build
run: ./gradlew build --no-daemon

- name: Check if JAR exists
run: ls -l build/libs/

- name: Upload JAR as a release
if: github.event.name == 'release'
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 6a8ce51

Please sign in to comment.