diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 9587c1a..c2836d6 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -315,7 +315,7 @@ jobs: - name: File checksums run: | - for file in watchexec-* do + for file in watchexec-*; do b3sum --no-names $file > "$file.b3" sha256sum $file | cut -d ' ' -f1 > "$file.sha256" sha512sum $file | cut -d ' ' -f1 > "$file.sha512"