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 f70bc90 commit 1f870f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
target/release/hostctl generate-completions zsh > release/hostctl/misc/hostctl_zsh_completion.sh
target/release/hostctl generate-completions fish > release/hostctl/misc/hostctl_fish_completion.sh
cd release
tar tzvf ../hostctl-v${{ github.ref_name }}.tar.gz
tar tzvf ../hostctl-v${{ github.ref_name }}.tar.gz hostctl
- name: Create release and upload it
uses: ncipollo/release-action@v1
if: ${{ inputs.build-type == 'release' }}
Expand Down

0 comments on commit 1f870f7

Please sign in to comment.