Skip to content

Commit adcb7f8

Browse files
committed
gha - can't use env var in workflow fields
(cherry picked from commit aad4907)
1 parent 0772805 commit adcb7f8

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
@@ -294,7 +294,7 @@ jobs:
294294
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the linux build Prepare Distribution step."
295295
exit 1
296296
fi
297-
working-directory: $GITHUB_WORKSPACE/quarto-${{needs.configure.outputs.version}}
297+
working-directory: ${{ github.workspace }}/quarto-${{needs.configure.outputs.version}}
298298

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

0 commit comments

Comments
 (0)