diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 0a155f1..4daee5b 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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