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 {} . \;