adamtheone / canDrive

Tools for hacking your car
https://www.youtube.com/playlist?list=PLNiFaO8hU1z0o_6DSxk-jcVAM3UCUR-pY
MIT License
525 stars 145 forks source link

Build GUI Application with GitHub Actions #15

Closed marufshidiq closed 3 years ago

marufshidiq commented 3 years ago

Hi @adamtheone i just saw your video on YouTube and i think this is a great project, then i went to this repository and realize that you're just setting this project to pack/build using PyInstaller because i found main.spec file, so i try to figure out how to integrate it with GitHub Actions, that will enable us to build and release this GUI application whenever new git tag is pushed. You can just try my releases apps on my forked repo https://github.com/dev-maruf/canDrive/releases to validate

I think the advantage of publish the build application is to save the download time, because user can just download this file rather than download PyCharm and the dependencies

Thanks