fix(build): add bash shell to build release files

This commit is contained in:
Elysia
2026-01-31 10:46:37 +08:00
parent 3a4a116a7c
commit 354eea3626

View File

@@ -77,6 +77,7 @@ jobs:
npm install npm install
- name: Build Release Files - name: Build Release Files
shell: bash
run: | run: |
if [ "${{ matrix.package }}" == "deb" ]; then if [ "${{ matrix.package }}" == "deb" ]; then
npm run build:deb -- --${{ matrix.architecture }} npm run build:deb -- --${{ matrix.architecture }}