Skip to content

Commit

Permalink
ci.yml: remove windows newline?
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkriff committed Aug 29, 2020
1 parent f0f06d2 commit a04a9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/assets_export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OUT_DIR="assets/img"

mkdir -p $OUT_DIR

cat $EXPORT_IDS | while read -r id
cat $EXPORT_IDS | tr -d '\r' | while read -r id
do
echo Exporting "$id"
resvg --zoom=12 --export-id="$id" $INPUT_FILE "$OUT_DIR/$id.png"
Expand Down

0 comments on commit a04a9ba

Please sign in to comment.