Skip to content

Commit

Permalink
Improve release process
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Nov 17, 2024
1 parent 4c341fa commit c9498ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/common-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
uses: ncipollo/release-action@v1
if: ${{ inputs.build-type == 'release' }}
with:
artifacts: "hostctl-v${{ github.ref_name }}.tar.gz"
artifactErrorsFailBuild: true
artifacts: "hostctl-${{ github.ref_name }}.tar.gz"

0 comments on commit c9498ea

Please sign in to comment.