You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
versions-package-tools/.github/workflows
tcely 2fb1c8f244
fix(release): refactor SHA256 hash generation
- Refactor the hash generation process to improve clarity and ensure valid file creation.
- Add a verification step to handle errors more effectively.

The previous step generated lines that were invalid.

A single space was never acceptable as a field separator.
The valid options were: 1) two spaces for text mode or 2) ` *` for binary mode.
Since we don't actually want line endings to be translated, marking with two spaces isn't what we should use either.
2 weeks ago
..
build-tool-packages.yml fix(release): refactor SHA256 hash generation 2 weeks ago
common_tests.yml Bump actions/checkout from 4 to 5 (#90) 7 months ago
create-pr-to-update-manifest.yml Bump actions/checkout from 4 to 5 (#90) 7 months ago
get-new-tool-versions.yml Bump actions/checkout from 4 to 5 (#90) 7 months ago
get-tools-new-versions.yml Bump actions/checkout from 4 to 5 (#90) 7 months ago
validate-manifest.yml Bump actions/checkout from 4 to 5 (#90) 7 months ago