Skip to content

Commit

Permalink
[ci] upload generated JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Apr 19, 2022
1 parent 7896d3b commit 17a6c14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -e --batch-mode package
- name: Upload JAR
uses: actions/upload-artifact@v2
with:
name: widoco_JDK-${{ matrix.jdk }}
path: JAR/*.jar
docker:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 17a6c14

Please sign in to comment.