Skip to content

Commit

Permalink
change: use gen-checksum in release GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Apr 28, 2023
1 parent c29a079 commit 0be5c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: make ci-setup
# Go Build
- name: Build k3d Binary
run: make build-cross
run: make gen-checksum build-cross
# Wait for tests to pass and create release (ONLY ON TAG)
- name: Wait for tests to succeed
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0be5c82

Please sign in to comment.