diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b6477fb55..c8764e089 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)"