We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b3f46 commit d8b8d4eCopy full SHA for d8b8d4e
1 file changed
.github/workflows/auto_package_and_release.yml
@@ -88,7 +88,7 @@ jobs:
88
pip install pyinstaller pyyaml
89
90
- name: Fix Python encoding (Windows)
91
- if: ${{ matrix.os == "windows-latest" }}
+ if: ${{ matrix.os == 'windows-latest' }}
92
run: |
93
# 设置Python使用UTF-8编码
94
[System.Environment]::SetEnvironmentVariable('PYTHONUTF8', '1', 'Process')
0 commit comments