Skip to content

Commit

Permalink
Fixed shell in Windows builds
Browse files Browse the repository at this point in the history
- Updated build.yml
  • Loading branch information
josemmo committed Feb 7, 2021
1 parent c2ac362 commit 039e3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
# Release desktop app
- name: Release desktop app
if: ${{ startsWith(github.ref, 'refs/tags/') }}
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 039e3b6

Please sign in to comment.