Skip to content

Commit

Permalink
fixup checksum file EOL from windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 18, 2024
1 parent 027c1f9 commit 29099f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ jobs:
dist_dir=./dist
[ ! -d "$dist_dir" ] && { echo "No artifacts downloaded"; exit 1; }
mkdir ./release
sed -i 's/\r$//' $dist_dir/*/MD5SUM*
cat $dist_dir/*/MD5SUM* >> ./release/MD5SUMS.txt
rm $dist_dir/*/MD5SUM*
cp $dist_dir/*/* ./release/
Expand Down

0 comments on commit 29099f2

Please sign in to comment.