Skip to content

Commit

Permalink
adjust glob pattern in release assets action
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 26, 2022
1 parent dc94033 commit b34edaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: "bundles/**"
asset_path: "bundles/*"

upload-pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b34edaf

Please sign in to comment.