Skip to content

Commit

Permalink
fixed compiled package path
Browse files Browse the repository at this point in the history
  • Loading branch information
pecollet committed Feb 24, 2021
1 parent 2ebdd6b commit a0ecedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
args: '*.jar'
args: '/github/workspace/target/impact-*.jar'

0 comments on commit a0ecedc

Please sign in to comment.