Skip to content

Commit 141937b

Browse files
committed
Fix release artifacts
1 parent 696cf7d commit 141937b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: ncipollo/release-action@v1
121121
with:
122122
name: pytest-asyncio ${{ needs.lint.outputs.version }}
123-
artifacts: dist
123+
artifacts: dist/*
124124
bodyFile: README.rst
125125
prerelease: ${{ needs.lint.outputs.prerelease }}
126126
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)