From bbbbc99cbd148550a720bf199845280d8bef491f Mon Sep 17 00:00:00 2001 From: Cj-bc Date: Thu, 19 Aug 2021 21:07:01 +0900 Subject: [PATCH] Fix: actions/build_release> use bash to run script on all OS Without specifying this, Windows runner will use PowerShell instead of bash --- .github/workflows/build_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index 1634067..fdd99a7 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -21,6 +21,7 @@ jobs: enable-stack: true - name: build executable + shell: bash run: | stack build find .stack-work/install -name oschark -exec mv {} . \;