Skip to content

Commit

Permalink
Update artifact name. (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored Apr 17, 2023
1 parent d764da9 commit ed1f62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Upload Package Artifacts
uses: actions/upload-artifact@v3
with:
name: package
name: dist
path: dist


Expand All @@ -96,7 +96,7 @@ jobs:
- name: Get Package Artifacts
uses: actions/download-artifact@v3
with:
name: package
name: dist
- name: Publish Package
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit ed1f62c

Please sign in to comment.