ci: Attempting to explicitly set the output encoding to UTF-8 for Windows [skip ci]

This commit is contained in:
2024-12-19 16:41:56 -07:00
parent 4f6e64083a
commit a370d67121
+1
View File
@@ -2,6 +2,7 @@ import hashlib
import sys
from string import Template
sys.stdout.reconfigure(encoding='utf-8')
args = sys.argv
version = args[1].replace("v", "")
template_file_path = args[2]