Using a local developer machine to build and submit to the app store ties up the developer and limits productivity. Its possible to use GitHub's infrastructural to handle both release builds and submission however for small indie software teams it can become cost prohibitive.
The Solution
Setup GitHub actions for a self hosted solution. This provides the benefit of using GitHub actions to decouple build and release workflow from local/developer machines and automate the process.
Like this project
0
Posted Jan 6, 2025
Setup self hosted GitHub actions to decouple workflows from local machines as well automate the build and release process while controlling sensitive data.