From d730cfbfbe3c0bd523b7d701822d4fea96c95687 Mon Sep 17 00:00:00 2001 From: "Matt.Ma" Date: Tue, 9 Sep 2025 15:38:19 +0800 Subject: [PATCH] init --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) 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