Skip to content

Commit

Permalink
Fix: actions/build_release> use bash to run script on all OS
Browse files Browse the repository at this point in the history
Without specifying this, Windows runner will use PowerShell
instead of bash
  • Loading branch information
Cj-bc committed Aug 19, 2021
1 parent 989e100 commit bbbbc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
enable-stack: true

- name: build executable
shell: bash
run: |
stack build
find .stack-work/install -name oschark -exec mv {} . \;
Expand Down

0 comments on commit bbbbc99

Please sign in to comment.