Skip to content

Commit

Permalink
chore: Fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Oct 8, 2024
1 parent ead19ad commit 712ea17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:

- name: Package file
run: |
set +e
rm kubectl-cs.tar.gz &>/dev/null
set -e
tar czf kubectl-cs.tar.gz kubectl-cs LICENSE
- name: Release
Expand Down

0 comments on commit 712ea17

Please sign in to comment.