Skip to content

Commit 4999ab0

Browse files
committed
Improve release process
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent bcc2e41 commit 4999ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
if: ${{ inputs.build-type == 'release' }}
3737
with:
38-
name: ./hostctl-v${{ github.ref_name }}.tar.gz
38+
name: release-v${{ github.ref_name }}
3939
path: hostctl-v${{ github.ref_name }}.tar.gz

0 commit comments

Comments
 (0)