deploy-to-store job attach_workspace in home directory (#3506)
This commit is contained in:
parent
5631c54403
commit
b2f14a27f1
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