Skip to content

Commit

Permalink
feat: specify shell #3
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 16, 2024
1 parent 19600a2 commit 39a4a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: npm run build
- name: Build Electron app
shell: bash
run: ./scripts/make-distributions.sh

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: npm ci
- run: npm run build
- name: Build app
shell: bash
run: ./scripts/make-distributions.sh
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 39a4a8f

Please sign in to comment.