diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 88e8be3..e542035 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,6 +31,7 @@ jobs: pip install pyinstaller - name: Build executable + shell: bash run: | # 设置系统名 if [[ "${{ runner.os }}" == "Windows" ]]; then