create a GitHub Action workflow to build and publish an EXE file#139
create a GitHub Action workflow to build and publish an EXE file#139GreatV merged 7 commits intoPFCCLab:mainfrom LovingThresh:main
Conversation
…d Workflow and Release Build Workflow.
Improved GitHub Actions Workflow for Automated BuildsWhat's ChangedSplit the build process into two separate workflows for better organization and clarity: 1. Nightly Build WorkflowAdded a dedicated workflow for automatic nightly builds 2. Release Build WorkflowAdded a separate workflow for official releases |
Co-authored-by: Wang Xin <xinwang614@gmail.com>
Co-authored-by: Wang Xin <xinwang614@gmail.com>
Co-authored-by: Wang Xin <xinwang614@gmail.com>
Co-authored-by: Wang Xin <xinwang614@gmail.com>
|
你这是ai生成的吧,跑起来有问题。 |
|
Sorry, let me deal with it. What is the specific question? |
|
I've fixed the issues. |
|
I sincerely apologize. When pushing the code today at the office, I relied on my memory and inadvertently missed the requirements.txt file. I also later realized that the generated package size is different from the version I successfully built at home. But, most of the code itself is fine. I am still very sorry for this oversight. |
|
Thanks for your contributions and please feel free to continue your contributions to the PPOCRLabel and the PaddleOCR community. |
|
Daily builds may be too frequent, we need to delete this action and only keep the builds during releases. |
|
Can you submit a PR to delete this? |
|
🆗 |
What's Changed
Added a GitHub Actions workflow to automatically build and publish Windows executables:
Why
Implementation