Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPaul-Perfana committed Oct 2, 2023
1 parent e04ebfa commit 519f7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: "target/jfr-exporter-${{ steps.tagName.outputs.package }}.jar"
body: "Release ${{ steps.tagName.outputs.tag }}"
artifacts: "target/jfr-exporter-*.jar"
body: "Release ${{ env.GIT_TAG_NAME }}"

0 comments on commit 519f7d6

Please sign in to comment.