From 0833966c1666d3cd1f2c2d4f6c690210fc7d65c4 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 22 Jul 2024 23:53:05 +0200 Subject: [PATCH] github actions: fix identation --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b6477fb5..c8764e08 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -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)"