We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2275666 commit 97e87d1Copy full SHA for 97e87d1
.github/workflows/create-release.yml
@@ -464,7 +464,7 @@ jobs:
464
- run: Add-Content $env:GITHUB_PATH "$env:GITHUB_WORKSPACE\bin"
465
466
- run: |
467
- tar -tzvf quarto-${{needs.configure.outputs.version}}-linux-amd64.tar.gz | head
+ tar -tzvf quarto-${{needs.configure.outputs.version}}-win.zip
468
ls -lR
469
echo $PATH
470
shell: bash
0 commit comments