strato-emu / strato

Run Nintendo Switch homebrew & games on your Android device!
https://strato-emu.github.io
GNU General Public License v3.0
2.19k stars 277 forks source link

Rework CI to only upload artifacts for PR builds #250

Closed nickbeth closed 9 months ago

nickbeth commented 9 months ago

CI now performs build checks on pushes to any branches.

For pull requests, the dev variant of the app is built and artifacts are uploaded for ease of testing and side-by-side installation. PR builds use the autogenerated debug signing keys, resulting in different keys being used for each build on purpose to ensure they cannot be installed over each other, avoiding any possible conflict between two PRs.