Skip to content

Commit

Permalink
Fix missing step/name in jar build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-waldenberg committed Apr 11, 2023
1 parent 66d2f8e commit 73c5005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jar-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
cd application
mvn package -Dskiptests=true
- name: Output artifact
uses: actions/upload-artifact@v3
with:
name: Java Package
Expand Down

0 comments on commit 73c5005

Please sign in to comment.