mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix workflows (again)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user