From d9204049fe1d2d70a1959e3e75132ddff4db2611 Mon Sep 17 00:00:00 2001 From: Nexmoe <16796652+nexmoe@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:52:25 +0800 Subject: [PATCH] chore: specify shell for build step in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6932a5c..8148cc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,7 @@ jobs: elif [ "${{ matrix.os }}" == "windows-latest" ]; then pnpm run build:win fi + shell: bash - name: Upload artifacts uses: actions/upload-artifact@v4