Skip to content

Commit

Permalink
ci: fix create release artifact path to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Apr 5, 2022
1 parent 0de3f63 commit 5cbeef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
tag: ${{ env.PKG_VERSION }}
name: ${{ env.PKG_VERSION }}
body: ${{ steps.changelog.outputs.changes }}
artifacts: "dist/**"
artifacts: "dist/*.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Build Artifacts
Expand Down

0 comments on commit 5cbeef8

Please sign in to comment.