Skip to content

Commit aad4907

Browse files
committed
gha - can't use env var in workflow fields
1 parent 91452cd commit aad4907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the linux build Prepare Distribution step."
339339
exit 1
340340
fi
341-
working-directory: $GITHUB_WORKSPACE/quarto-${{needs.configure.outputs.version}}
341+
working-directory: ${{ github.workspace }}/quarto-${{needs.configure.outputs.version}}
342342

343343
- run: |
344344
tar -tzvf quarto-${{needs.configure.outputs.version}}-linux-amd64.tar.gz | head

0 commit comments

Comments
 (0)