add action to create Arduino package automatically - #191
Open
DeqingSun wants to merge 1 commit into
Open
Conversation
Contributor
Author
Contributor
|
Excellent! Thank you for putting in the effort. This kind of github magic goes byond my paygrade. Whenever I can find some time I'll try it... |
jobitjoseph
added a commit
to jobitjoseph/CH32_Arduino_Corexx
that referenced
this pull request
Oct 28, 2025
This repo has been stall for quite a while and there are many PRs unmerged. This PR adds a github action file that automatically pack the repo when commit or pull request. You only need to make sure you have a release tagged as "arduinoPack", then the github action will automatically add repo zip and json into that arduinoPack release. I hope it will simplify the process of improving code in your own repo. You may test it on https://github.com/DeqingSun/arduino_core_ch32/releases/download/arduinoPack/package_ch32v_index_githubActionRelease.json Also the windows installation error has been fixed. WCHISP packed as well. The included WCHISP was compiled with https://github.com/DeqingSun/wchisp/tree/CH375DLL64_access . So if you are using Windows, CH375 (WCH official wchisptool) and LIBUSB both work. openwch/arduino_core_ch32#191
vimalb
added a commit
to vimalb/board_manager_files
that referenced
this pull request
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This repo has been stall for quite a while and there are many PRs unmerged.
This PR adds a github action file that automatically pack the repo when commit or pull request. You only need to make sure you have a release tagged as "arduinoPack", then the github action will automatically add repo zip and json into that arduinoPack release.
I hope it will simplify the process of improving code in your own repo.
You may test it on
https://github.com/DeqingSun/arduino_core_ch32/releases/download/arduinoPack/package_ch32v_index_githubActionRelease.json
Also the windows installation error has been fixed. WCHISP packed as well.
The included WCHISP was compiled with https://github.com/DeqingSun/wchisp/tree/CH375DLL64_access . So if you are using Windows, CH375 (WCH official wchisptool) and LIBUSB both work.