deploy-to-store job attach_workspace in home directory (#3507)
This commit is contained in:
parent
e8bf1de2d6
commit
f87e8baa8a
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ commands:
|
|||
type: string
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: /
|
||||
at: ~/
|
||||
- run:
|
||||
name: <<parameters.task>>
|
||||
working_directory: fastlane
|
||||
|
|
|
|||
Loading…
Reference in a new issue