We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b2996 commit ecf1012Copy full SHA for ecf1012
1 file changed
.github/scripts/icomoon_upload.py
@@ -49,7 +49,8 @@ def main():
49
svgs = filehandler.get_svgs_paths(new_icons, args.icons_folder_path)
50
runner.upload_svgs(svgs)
51
52
- zip_name = "devicon-v1.0.zip"
+ # get the downloaded zip file
53
+ zip_name = next(Path(".").glob("devicon-*.zip"))
54
zip_path = Path(args.download_path, zip_name)
55
runner.download_icomoon_fonts(zip_path)
56
filehandler.extract_files(str(zip_path), args.download_path)
0 commit comments