fix workflows (again)

This commit is contained in:
2025-10-19 19:45:19 +02:00
parent a2cff15d0d
commit a7132ed1cd
+4 -4
View File
@@ -81,10 +81,10 @@ jobs:
shell: pwsh
run: |
$json = @"
{
"version": "$env:VERSION"
}
"@
{
"version": "$env:VERSION"
}
"@
$json | Out-File -Encoding utf8 build_info.json
- name: Build executable with PyInstaller