right now CI (GH Actions) produces iOS builds as well as the .symbols files (which are generated from dSYM using symbols command), but I upload builds manually from my Mac (this will be changed in the future to upload from CI directly).
I can of course also store dSYM as a build artifact, but wondered if it's possible to avoid that and store the minimal amount of artifacts on CI.
right now CI produces iOS builds, but I upload them manually from my Mac (this will change in the future). For that I save as artifacts only ipa file and .symbols files generated from dSYM.
I understand that I could simply save dSYM artifact as well (or instead of .symbols and generate them one my Mac), but I wonder how to avoid that.
right now CI (GH Actions) produces iOS builds as well as the .symbols files (which are generated from dSYM using symbols command), but I upload builds manually from my Mac (this will be changed in the future to upload from CI directly).
I can of course also store dSYM as a build artifact, but wondered if it's possible to avoid that and store the minimal amount of artifacts on CI.
right now CI produces iOS builds, but I upload them manually from my Mac (this will change in the future). For that I save as artifacts only ipa file and .symbols files generated from dSYM.
I understand that I could simply save dSYM artifact as well (or instead of .symbols and generate them one my Mac), but I wonder how to avoid that.