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 0722d48 commit 93fc38cCopy full SHA for 93fc38c
.github/workflows/servant-typescript.yaml
@@ -93,7 +93,7 @@ jobs:
93
- name: Run stack setup
94
shell: bash
95
run: |
96
- export STACK_EXTRA_ARGS="--stack-yaml ${{matrix.stack-yaml}}"
+ export STACK_EXTRA_ARGS="--stack-yaml stack/${{matrix.stack-yaml}}"
97
stack setup $STACK_EXTRA_ARGS
98
echo STACK_EXTRA_ARGS="$STACK_EXTRA_ARGS" >> $GITHUB_ENV
99
0 commit comments