mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
fix(build): add bash shell to build release files
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user