Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 9, 2024
1 parent 1fe84b7 commit 16b2813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
mkdir ./release
cat $dist_dir/*/MD5SUM* >> ./release/MD5SUMS.txt
rm $dist_dir/*/MD5SUM*
cp $dist_dir/* ./release/
cp $dist_dir/*/* ./release/
ls -l ./release
cat ./release/MD5SUMS.txt
md5sum -c ./release/MD5SUMS.txt
Expand Down

0 comments on commit 16b2813

Please sign in to comment.