fix workflows (again)

This commit is contained in:
2025-10-20 17:24:04 +02:00
parent 7d0c8d16ec
commit dd6d16d833
+3 -5
View File
@@ -84,11 +84,9 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
$json = @"
{
"version": "$env:VERSION"
}
"@
$json = '{
"version": "' + $env:VERSION + '"
}'
$json | Out-File -Encoding utf8 build_info.json
- name: Build executable with PyInstaller (Windows)