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
release: use subshells to preserve working directory (#254)
Each cd command was affecting subsequent commands. After the first
cd release/platforms, the second cd release/platforms tried to enter
a non-existent subdirectory. Wrap each cd in a subshell to isolate
working directory changes.
0 commit comments