Artifacts URL

Hello here,

Is there a way to retrieve Xcode Cloud generated artifacts URLs. Would be great to have some available environment variable on that.

Thanks

Replies

at the bottom of this page, it describes paths to the archives: https://developer.apple.com/documentation/xcode/environment-variable-reference

Unfortunately, there doesn't appear to be any "post-archive" scripts you could run. (only post-build). If there were a way to do "post-archive" scripts, you could, theoretically, write a script to get the archive, zip it up, and send it off to another URL.

Hmm. that's weird. I wonder why they give paths to archives, if you can't run a script after the archive process completes?