From bdd9c505a21970d4aaf919db9d5710204f13d77a Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Sat, 13 Jan 2024 16:09:38 +0100 Subject: [PATCH] github-actions: update artifacts usage --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5b29eec6..509f8f0d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -141,7 +141,7 @@ jobs: - name: Download linux build artifacts uses: actions/download-artifact@v4 with: - name: wheelhouse-artifacts-linux + # name: wheelhouse-artifacts-linux path: wheelhouse-linux - name: Download windows and mac build artifacts