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' if: runner.os == 'Windows'
shell: pwsh shell: pwsh
run: | run: |
$json = @" $json = '{
{ "version": "' + $env:VERSION + '"
"version": "$env:VERSION" }'
}
"@
$json | Out-File -Encoding utf8 build_info.json $json | Out-File -Encoding utf8 build_info.json
- name: Build executable with PyInstaller (Windows) - name: Build executable with PyInstaller (Windows)