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