From 421de960a06a58996fd9558b4fe98ee78ffb2617 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 12 Oct 2020 13:49:51 +0300 Subject: [PATCH] Fix artifacts path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3accacf50..024109aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: dist - path: /ws/wheelhouse + path: /ws/wheelhouse/* build-binary: name: Binary wheels