Skip to content

Commit e265fc4

Browse files
authored
Update download-cache.yml
1 parent 2c52051 commit e265fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
local new_name="${target}${ext}"
8080
cp -- "$src_file" "$new_name"
8181
mv "$new_name" "$destination_dir"/
82-
echo "Renamed: $src_file -> "$destination_dir"/"$new_name"
82+
echo "Renamed: $src_file -> $destination_dir/$new_name"
8383
}
8484
mkdir downloads-mirror-${{ matrix.source }}
8585
SOURCE_TYPE=$(cat downloads/.lock.json | jq -M -c -r '."${{ matrix.source }}".source_type')

0 commit comments

Comments
 (0)