Skip to content

Commit

Permalink
Adjust github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cskarby committed Jan 10, 2025
1 parent cce2d51 commit 1b5cb5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
- name: Build kubekey for MacOS(darwin), linux and windows
run: make

- name: Checksums (SHA256)
run: sha256sum kubekey*

- name: Upload the Rodeo binaries
uses: actions/svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
Expand Down

0 comments on commit 1b5cb5e

Please sign in to comment.