We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc94033 commit b34edafCopy full SHA for b34edaf
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: shogo82148/actions-upload-release-asset@v1
62
with:
63
upload_url: ${{ github.event.release.upload_url }}
64
- asset_path: "bundles/**"
+ asset_path: "bundles/*"
65
66
upload-pypi:
67
runs-on: ubuntu-latest
0 commit comments