Skip to content

Commit 6e330be

Browse files
committed
Fixes build workflow
1 parent ce7a493 commit 6e330be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: stack build --only-dependencies
4444

4545
- name: Build
46-
run: stack build
46+
run: stack install --local-bin-path .out
4747

4848
- uses: ncipollo/release-action@v1
4949
with:

0 commit comments

Comments
 (0)