Skip to content

Commit

Permalink
add github action to upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdgeisler committed Nov 25, 2022
1 parent 33e27b4 commit ac7913b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: dirigera-client
path: |
**/target/*.jar
path: ./**/*.jar

0 comments on commit ac7913b

Please sign in to comment.