-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add Github action for uploading arduino-esp32 component. #6203
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave only one commit in this PR
d83c162
to
49f9978
Compare
87fd8e3
to
6c0e561
Compare
Thank you @magicarm22 , LGTM @me-no-dev Could you please take a look? Are there any files that should be excluded from the component in the registry? |
You actually do not need a large portion of the files. For example the |
6c0e561
to
4242628
Compare
4242628
to
861fd48
Compare
861fd48
to
d6780d4
Compare
Fixed using include and exclude blocks in the |
Merged @magicarm22 and @kumekay :) |
Hi! I was just looking for this component and I've seen that this new CI job was never run yet. First, I think there is an error that the job is only run on tags with Secondly: would you mind running the job manually for at least the latest (and preferably stable) tags, so that I can pull the component using the registry? Thanks! |
@grongor we will release the next "stable" very soon and it will be in the component manager. |
Summary
Add upload-idf-componen.yml file for Github Workflow. After each push on the master branch, the component will be uploaded to the component registry
Impact
After that PR users can use the Arduino-ESP32 component from the component registry.