Is there a way to mirror Unity Build Automation WebGL artifacts to Artifactory? Is this something that Unity supports or might support or has anyone attempted this?
1 Like
You could try using Fastlane’s artifactory integration: artifactory - fastlane docs
In a post build shell script you can run fastlane to upload artifacts there.
Uploading a build to Artifactory is diffferent than mirroring the build artifacts.
Isn’t Fastlane only for iOS and Android builds (question revised to specify WebGL builds)?
Yes fastlane is typically used for iOS and Android but there is a lot of functionality built-in that can be used for other purposes like uploading files to Artifactory or uploading files to S3 buckets.