We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7a493 commit 6e330beCopy full SHA for 6e330be
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
run: stack build --only-dependencies
44
45
- name: Build
46
- run: stack build
+ run: stack install --local-bin-path .out
47
48
- uses: ncipollo/release-action@v1
49
with:
0 commit comments