oss-slu / bubble_scan

GNU General Public License v3.0
0 stars 7 forks source link

Automate Release Workflow to Build Desktop Application Executable For Windows. #109

Closed Chirag2x closed 1 week ago

Chirag2x commented 4 weeks ago

Description: Now that we have a bash script to create a BubbleScan .exe file, the next step is to automate this process. We need a CI/CD workflow that triggers the script and generates a release build every time a pull request is merged into the main branch. This will streamline our deployment and testing process, making it easier to distribute the latest version of BubbleScan as a desktop application.

Tasks:

Workflow Steps:

Success Criteria: