Skip to content

Commit

Permalink
publish fatJar
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Jun 24, 2023
1 parent 16e753f commit 25d5637
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
release:
types: [published]

permissions:
contents: read
Expand All @@ -24,4 +26,9 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
arguments: build fatJar
- name: Upload fatJar
uses: actions/upload-artifact@v3
with:
name: pq.jar
path: build/libs/pq-0.1.0-SNAPSHOT-all.jar

0 comments on commit 25d5637

Please sign in to comment.