lichen-community-systems / movementosc

Movement OSC detects body keypoints using Tensorflow.js' MoveNet models and sends data over OSC.
MIT License
2 stars 1 forks source link

Add support for automatically building and packaging release artifacts when new tags are created. #4

Open colinbdclark opened 2 months ago

colinbdclark commented 2 months ago

At the moment, creating a release involves building and packaging the Electron applications for all platforms on my own machine. It would be nice to use Github Actions to automate the process of creating release artifacts whenever a tag is pushed to the repository.