Skip to content

Commit 97e87d1

Browse files
committed
gha - use correct extension
1 parent 2275666 commit 97e87d1

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
@@ -464,7 +464,7 @@ jobs:
464464
- run: Add-Content $env:GITHUB_PATH "$env:GITHUB_WORKSPACE\bin"
465465

466466
- run: |
467-
tar -tzvf quarto-${{needs.configure.outputs.version}}-linux-amd64.tar.gz | head
467+
tar -tzvf quarto-${{needs.configure.outputs.version}}-win.zip
468468
ls -lR
469469
echo $PATH
470470
shell: bash

0 commit comments

Comments
 (0)