Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and enable automatic build / publish #361

Open
kamilzyla opened this issue Mar 20, 2023 · 0 comments
Open

Fix and enable automatic build / publish #361

kamilzyla opened this issue Mar 20, 2023 · 0 comments

Comments

@kamilzyla
Copy link
Collaborator

Problem

The release process is currently manual. After creating a new release on GitHub, we need to manually build Mbaza on 3 different platforms (Windows, macOS, Linux) and upload the results. It takes same time and invites mistakes, like forgetting to download and place the model files in assets/models.

Goal

It should be possible to automate the build / publish process by leveraging GitHub Actions. We already have .github/workflows/publish.yml which came with the electron-react-boilerplate, but there were some problems with it. Additional challenges:

  1. The Windows binaries need code signing (the certificate is on 1Password). It would be great to automate this as well.
  2. We'd need some way to download the models prior to build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant