Skip to content

Commit 0772805

Browse files
committed
Correct path to check for quarto-preview.js
(cherry picked from commit 91452cd)
1 parent e13fa0f commit 0772805

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,10 @@ jobs:
291291
shell: bash
292292
run: |
293293
if [ ! -f "share/preview/quarto-preview.js" ]; then
294-
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the windows build configure step."
294+
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}}
297298

298299
- run: |
299300
tar -tzvf quarto-${{needs.configure.outputs.version}}-linux-amd64.tar.gz | head
@@ -400,7 +401,7 @@ jobs:
400401
shell: bash
401402
run: |
402403
if [ ! -f "share/preview/quarto-preview.js" ]; then
403-
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the windows build configure step."
404+
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the windows build Prepare Distribution step."
404405
exit 1
405406
fi
406407

0 commit comments

Comments
 (0)