Use upload-artifact in Github Action

Can we use the upload-artifact to upload the binaries built by Github Action in Joplin Continuous Integration? I think it's convenient to make reproducible builds and test them on local machine.

The artifacts are what's attached to releases - the app files, the signature files, etc. You can do reproducible builds with this by comparing the hash of your files to those on the release page.