My CI pipeline currently uses electron-builder to build, sign, and upload the application binaries to S3. These binaries have a version appended to the end, but I need to provide a file link that always points to the latest build.
How do I copy the .dmg and .exe file to a generic binary and then upload these files to the S3 bucket?