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:
@@ -81,10 +81,10 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$json = @"
|
||||
{
|
||||
"version": "$env:VERSION"
|
||||
}
|
||||
"@
|
||||
{
|
||||
"version": "$env:VERSION"
|
||||
}
|
||||
"@
|
||||
$json | Out-File -Encoding utf8 build_info.json
|
||||
|
||||
- name: Build executable with PyInstaller
|
||||
|
||||
Reference in New Issue
Block a user