* Avoid using tar when uploading dev builds The GitHub action to upload the images to the os-builds server uses tar before uploading. This creates unnecessary copies and takes a while. Switch to a GitHub action which uploads the images using rsync instead.