Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rand0m-cloud committed Nov 15, 2024
1 parent 1e13370 commit 32be6c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 20
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 20
- run: ./gradlew --console plain :app:shadowJar
distribution: 'temurin'
java-version: '20'
cache: 'gradle'
- run: ./gradlew --no-daemon --console plain :app:shadowJar
- run: mv app/build/libs/app-1.0-SNAPSHOT-all.jar ./bam2json.jar
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 32be6c9

Please sign in to comment.