Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support namespaced packages in upload-all #271

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

pimterry
Copy link
Contributor

A small change to fix #245, based on the last comment there. This adds an extra dependency on glob, but it's already a transitive dependency anyway.

Rather than do just one level (all that's strictly necessary to make namespaced packages work) this is recursive, so it flattens the tree and uploads every file in ./prebuilds. Happy to debate that, but I think it more accurately matches the documented behaviour of upload-all:

upload all files from ./prebuilds folder to github

@vweevers vweevers requested a review from lovell August 18, 2020 17:32
@vweevers vweevers added the semver-patch Bug fixes that are backward compatible label Aug 18, 2020
Copy link
Member

@lovell lovell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vweevers vweevers merged commit bb9dad8 into prebuild:master Aug 18, 2020
@vweevers
Copy link
Member

10.0.1

xiaobaidadada pushed a commit to xiaobaidadada/prebuild that referenced this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch Bug fixes that are backward compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Work with namespaced packages
3 participants