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 610d028 commit 1e13370
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- run: ./gradlew --console plain :app:shadowJar
- run: mv app/build/libs/app-1.0-SNAPSHOT-all.jar ./bam2json.jar
- uses: actions/upload-artifact@v4
name: bam2json
path: ./bam2json.jar
with:
name: bam2json
path: ./bam2json.jar

0 comments on commit 1e13370

Please sign in to comment.