ZenBreak
ZenBreak copied to clipboard
help needed: setting up CICD
There are a few things that CICD needs to do:
- [x] Publish shared-core kotlin module for SPM (Swift Package Manager)
- [ ] Publish macOS app to testflight
- [ ] Publish Windows app to microsoft store
- [ ] Publish app on whatever Linux uses as store
- [ ] Publish app on apt for linux users
- [ ] Publish app on homebrew
For the microsoft store it might be simple: https://github.com/marketplace/actions/microsoft-store-publish
I tried setting up macOS CICD with fastlane but I don't have the time to troubleshoot that right now, the only remaining issue should be setting up app store connect api key
Any help with this is appreciated!