github actions: fix identation

This commit is contained in:
Martin Bubel 2024-07-22 23:53:05 +02:00
parent aabeec2a74
commit 0833966c16

View file

@ -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)"