From ed1f62c382930cbcfe1a1b0c89cfb103ff21d3ac Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Mon, 17 Apr 2023 12:56:01 -0700 Subject: [PATCH] Update artifact name. (#1110) --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 906e07179..586c84d18 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -70,7 +70,7 @@ jobs: - name: Upload Package Artifacts uses: actions/upload-artifact@v3 with: - name: package + name: dist path: dist @@ -96,7 +96,7 @@ jobs: - name: Get Package Artifacts uses: actions/download-artifact@v3 with: - name: package + name: dist - name: Publish Package uses: pypa/gh-action-pypi-publish@v1.8.5 with: