From dede7a338d9bb9a3fa21ddd5958b8c64a6df3282 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Sun, 22 Oct 2023 08:43:13 -0700 Subject: [PATCH] release: fixed the github action downloader --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32ccc65..1c69e92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: artifacts + name: Packages path: dist - name: Push build artifacts to PyPI