Automatically upload to macOS App Store
We recently added notarization to the macOS app. The CI now also is capable to upload the resulting App Bundle, however, upload is currently rejected due to a wrong bundle identifier. We should:
- Look into why this is happening.
- Improve the flow, i.e.:
- Have a dedicated job which uploads to the macOS app store.
- Maybe even run the notarization specifically in this job? It might make sense to run this even in a dedicated job, such that we notarize in one step and then upload to the App Store and to GitHub separately (could be a good use case to look into GitLab's DAG feature).