Skip to content

Commit

Permalink
ci: Coorection in release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Apr 2, 2023
1 parent 2b27d94 commit 1e1e8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Test binary
- name: 🌡️ Test
run: chmod +x k8senv-linux-x86_64 && k8senv-linux-x86_64 -h
run: chmod +x k8senv-linux-x86_64 && ./k8senv-linux-x86_64 -h

# Upload binaries
# https://github.com/marketplace/actions/upload-a-build-artifact
Expand Down

0 comments on commit 1e1e8f0

Please sign in to comment.