Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload dist artifacts to GitHub Actions (#1003)
This adds an [upload artifact](https://github.com/actions/upload-artifact) Github action step to store the results of the build in the Github Actions workflow. This allows us to download the artifacts from the Github Actions UI. Sometimes it's useful to have the artifacts available for debugging purposes, or to test a branch in an application before merging.
- Loading branch information