Skip to content

Commit

Permalink
[gha] fix typo in test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Apr 4, 2024
1 parent fc1743f commit b24caa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
- run: |
tar -zxf quarto-${{needs.configure.outputs.version}}-macos.tar.gz
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
- run: tar -tzvf ${{needs.configure.outputs.version}}-macos.tar.gz | head
- run: tar -tzvf quarto-${{needs.configure.outputs.version}}-macos.tar.gz | head
- run: ls -lR
- run: echo $PATH
- run: |
Expand Down

0 comments on commit b24caa3

Please sign in to comment.