Skip to content

Commit

Permalink
github actions: fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 22, 2024
1 parent aabeec2 commit 0833966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
- name: List contents of dist
run: ls -R dist

- name: Get the name of the wheel file
- name: Get the name of the wheel file
id: get-wheel-name
run: echo "::set-output name=wheel-name::$(ls dist/*.whl)"

Expand Down

0 comments on commit 0833966

Please sign in to comment.