Skip to content

Commit

Permalink
fix path to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 7, 2024
1 parent 4ffc9bb commit 2e83493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable-create-release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
${{ steps.getTagNameParts.outputs.service }}/target/*.jar
${{ inputs.service }}/target/*.jar
tag_name: ${{ inputs.tag }}
draft: false
prerelease: false
Expand Down

0 comments on commit 2e83493

Please sign in to comment.