Skip to content

Commit

Permalink
.github/workflows/release.yml: fix packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fischl <[email protected]>
  • Loading branch information
antonfischl1980 committed Apr 9, 2022
1 parent 2abbde0 commit 2de6b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: ${{ steps.environment.outputs.RELEASE_NAME }}
artifacts: "${{ steps.environment.outputs.TAR_NAME }}.*"
artifacts: "${{ steps.environment.outputs.TAR_NAME }}.tar.*"
bodyFile: CHANGELOG


0 comments on commit 2de6b7e

Please sign in to comment.