Skip to content

Commit 64e8575

Browse files
committed
Correct GHA dist path for upload
1 parent 3eb6f46 commit 64e8575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
run: |
9191
gh release create ${{ github.ref_name }} --repo ${{ github.repository }} --verify-tag --generate-notes --title "Release ${{ github.ref_name }}"
92-
gh release upload ${{ github.ref_name }} --repo ${{ github.repository }} ${{ steps.download.outputs.download-path }}/dist/*
92+
gh release upload ${{ github.ref_name }} --repo ${{ github.repository }} dist/*
9393
9494
9595
- name: PyPI Publish package

0 commit comments

Comments
 (0)