You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-release.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -291,9 +291,10 @@ jobs:
291
291
shell: bash
292
292
run: |
293
293
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."
tar -tzvf quarto-${{needs.configure.outputs.version}}-linux-amd64.tar.gz | head
@@ -400,7 +401,7 @@ jobs:
400
401
shell: bash
401
402
run: |
402
403
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."
0 commit comments