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 1f870f7 commit fc64d09
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 @@ -29,7 +29,8 @@ 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 hostctl
tar tzvf ../hostctl-${{ github.ref_name }}.tar.gz hostctl
# https://github.com/marketplace/actions/create-release
- name: Create release and upload it
uses: ncipollo/release-action@v1
if: ${{ inputs.build-type == 'release' }}
Expand Down

0 comments on commit fc64d09

Please sign in to comment.