Skip to content

Commit

Permalink
Correct GHA dist path for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Apr 28, 2023
1 parent 3eb6f46 commit 64e8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ github.ref_name }} --repo ${{ github.repository }} --verify-tag --generate-notes --title "Release ${{ github.ref_name }}"
gh release upload ${{ github.ref_name }} --repo ${{ github.repository }} ${{ steps.download.outputs.download-path }}/dist/*
gh release upload ${{ github.ref_name }} --repo ${{ github.repository }} dist/*
- name: PyPI Publish package
Expand Down

0 comments on commit 64e8575

Please sign in to comment.