mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
fix workflows (again)
This commit is contained in:
@@ -81,10 +81,10 @@ jobs:
|
|||||||
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
|
- name: Build executable with PyInstaller
|
||||||
|
|||||||
Reference in New Issue
Block a user