Skip to content

Commit 91452cd

Browse files
committed
Correct path to check for quarto-preview.js
1 parent 70148df commit 91452cd

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
@@ -335,9 +335,10 @@ jobs:
335335
shell: bash
336336
run: |
337337
if [ ! -f "share/preview/quarto-preview.js" ]; then
338-
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the windows build configure step."
338+
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}}
341342

342343
- run: |
343344
tar -tzvf quarto-${{needs.configure.outputs.version}}-linux-amd64.tar.gz | head
@@ -457,7 +458,7 @@ jobs:
457458
shell: bash
458459
run: |
459460
if [ ! -f "share/preview/quarto-preview.js" ]; then
460-
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the windows build configure step."
461+
echo "::error file=share/preview/quarto-preview.js::Required file share/preview/quarto-preview.js not found. Check the windows build Prepare Distribution step."
461462
exit 1
462463
fi
463464

0 commit comments

Comments
 (0)