Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleans up directory names and improves GitHub actions workflow #127

Merged
merged 22 commits into from
Oct 21, 2024
Prev Previous commit
Next Next commit
wip
  • Loading branch information
amorey committed Oct 21, 2024
commit d3bfb1ed9105c77d8a283c2b57dabfbadb2f5343
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
FILE=bin/kubetail-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
OUTPUT_FILE=${FILE}.sha256
echo "blahblah" > "$FILE"
touch "$FILE"
if [ "$RUNNER_OS" == "Linux" ]; then
sha256sum "$FILE" | cut -d " " -f 1 > "$OUTPUT_FILE"
elif [ "$RUNNER_OS" == "Windows" ]; then
Expand Down