Skip to content

Commit

Permalink
update: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yossTheDev committed Aug 20, 2023
1 parent 68fe3b4 commit 741a1e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'ubuntu-latest'
run: npm run build:linux
run: |
env SHELL=bash
npm run build:linux
- name: build-mac
env:
Expand Down

0 comments on commit 741a1e5

Please sign in to comment.