We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2122c5f commit 840d153Copy full SHA for 840d153
1 file changed
.github/workflows/manual-sdk-release-artifacts.yml
@@ -75,7 +75,7 @@ jobs:
75
if [ -n "${HASHES_LINUX}" ]; then
76
echo "${HASHES_LINUX}" | $B64_DECODE > checksums.txt
77
elif [ -n "${HASHES_WINDOWS}" ]; then
78
- echo "${HASHES_WINDOWS}" | $B64_DECODE > checksums.txt
+ echo "${HASHES_WINDOWS}" | $B64_DECODE | sed 's/$/\r/' > checksums.txt
79
elif [ -n "${HASHES_MACOS}" ]; then
80
echo "${HASHES_MACOS}" | $B64_DECODE > checksums.txt
81
fi
0 commit comments