Skip to content

Commit b34edaf

Browse files
committed
adjust glob pattern in release assets action
1 parent dc94033 commit b34edaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: shogo82148/actions-upload-release-asset@v1
6262
with:
6363
upload_url: ${{ github.event.release.upload_url }}
64-
asset_path: "bundles/**"
64+
asset_path: "bundles/*"
6565

6666
upload-pypi:
6767
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)