You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #19716 (from a few years back), it seems that pilot always uses UUID filenames when uploading builds. While not a major issue, we would prefer to be in control of the filename (and would own the responsibility to only use ASCII characters), which gives us nicer traceability in App Store Connect. E.g., putting a git SHA into the filename makes it very easy to trace back which commit was used to create a build.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Since #19716 (from a few years back), it seems that
pilotalways uses UUID filenames when uploading builds. While not a major issue, we would prefer to be in control of the filename (and would own the responsibility to only use ASCII characters), which gives us nicer traceability in App Store Connect. E.g., putting a git SHA into the filename makes it very easy to trace back which commit was used to create a build.Does anyone else have this need/wish?
All reactions