chore: specify shell for build step in release workflow

This commit is contained in:
Nexmoe
2025-10-23 21:52:25 +08:00
parent 390ce64722
commit d9204049fe

View File

@@ -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