Skip to content

Commit 93fc38c

Browse files
committed
ci: fix path to stack YAML
1 parent 0722d48 commit 93fc38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/servant-typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Run stack setup
9494
shell: bash
9595
run: |
96-
export STACK_EXTRA_ARGS="--stack-yaml ${{matrix.stack-yaml}}"
96+
export STACK_EXTRA_ARGS="--stack-yaml stack/${{matrix.stack-yaml}}"
9797
stack setup $STACK_EXTRA_ARGS
9898
echo STACK_EXTRA_ARGS="$STACK_EXTRA_ARGS" >> $GITHUB_ENV
9999

0 commit comments

Comments
 (0)