-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specified artifacts not showing on artifacts directory for local build #2522
Comments
Thank you for filing this issue! |
…rectory for local builds (#439) # Why expo/eas-cli#2522 Move build artifacts to the target build artifact directory for local builds. We currently only support this behavior for the application archive. # How Move build artifacts to the target build artifact directory for local builds. # Test Plan Tested manually using repro from expo/eas-cli#2522
It should be released as a part of 12.0.0 |
Thank you for the fast reply! |
Build/Submit details page URL
No response
Summary
When specifying build artifacts path on
eas.json
and settingEAS_LOCAL_BUILD_ARTIFACTS_DIR
, the.dSYM.zip
file do not appear on the specified directory when runningeas build -p ios --local
. The expected behavior is for the.dSYM.zip
file and thegenerated
folder to appear alongside the.ipa
artifact, just as it happens with the downloaded artifacts on a remote build.Managed or bare?
bare
Environment
expo-doctor:
expo-env-info:
Error output
No response
Reproducible demo or steps to reproduce from a blank project
eas
eas.json
fileEAS_LOCAL_BUILD_ARTIFACTS_DIR=$(pwd)/build eas build -p ios --local
on the root of the project.dSYM.zip
does not appear when runningls build
.The text was updated successfully, but these errors were encountered: