Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedenim committed Aug 21, 2023
1 parent 0c3be3b commit 79eb9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Upload dists
uses: actions/upload-artifact@v3
with:
name: artifacts
name: vmigration-helper-artifacts
path: ./dist/
retention-days: 2
if-no-files-found: error
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Download dists
uses: actions/download-artifact@v3
with:
name: python-package-distributions
name: vmigration-helper-artifacts
path: ./dist/
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 79eb9f7

Please sign in to comment.