GHA: debug gen html

This commit is contained in:
aboyko
2023-07-20 17:52:22 -04:00
parent 52539e62ce
commit 2c24a76c0b

View File

@@ -23,7 +23,9 @@ jobs:
do
if [[ "$file" =~ ^"s3://dist." ]]; then
download_url=https://download${file:9}
echo "s3 url length: ${#s3_url}"
filename=${file:${#s3_url}}
echo "file name: ${filename}"
echo ' <li><a href="'${download_url}'">${filename}</li>' >> $downloads_html
fi
done