Skip to content

Commit d8b8d4e

Browse files
committed
修复Windows环境下Python编码条件判断的格式
1 parent 93b3f46 commit d8b8d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto_package_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
pip install pyinstaller pyyaml
8989
9090
- name: Fix Python encoding (Windows)
91-
if: ${{ matrix.os == "windows-latest" }}
91+
if: ${{ matrix.os == 'windows-latest' }}
9292
run: |
9393
# 设置Python使用UTF-8编码
9494
[System.Environment]::SetEnvironmentVariable('PYTHONUTF8', '1', 'Process')

0 commit comments

Comments
 (0)