Skip to content

Commit 9bcbbd4

Browse files
committed
gha - use correct extension
(cherry picked from commit 97e87d1)
1 parent 5cc0d14 commit 9bcbbd4

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
@@ -407,7 +407,7 @@ jobs:
407407
- run: Add-Content $env:GITHUB_PATH "$env:GITHUB_WORKSPACE\bin"
408408

409409
- run: |
410-
tar -tzvf quarto-${{needs.configure.outputs.version}}-linux-amd64.tar.gz | head
410+
tar -tzvf quarto-${{needs.configure.outputs.version}}-win.zip
411411
ls -lR
412412
echo $PATH
413413
shell: bash

0 commit comments

Comments
 (0)