File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137982,8 +137982,8 @@ function dumpConfiguration(working_directory) {
137982137982 const artifact = new lib_artifact.DefaultArtifactClient()
137983137983 artifact.uploadArtifact(
137984137984 'rails_upgrade-config',
137985- ['tmp/ rails_upgrade-config.json'],
137986- external_process_.cwd(),
137985+ ['rails_upgrade-config.json'],
137986+ `${ external_process_.cwd()}/tmp` ,
137987137987 )
137988137988}
137989137989
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ export function dumpConfiguration(working_directory) {
119119 const artifact = new DefaultArtifactClient ( )
120120 artifact . uploadArtifact (
121121 'rails_upgrade-config' ,
122- [ 'tmp/ rails_upgrade-config.json' ] ,
123- process . cwd ( ) ,
122+ [ 'rails_upgrade-config.json' ] ,
123+ ` ${ process . cwd ( ) } /tmp` ,
124124 )
125125}
126126
You can’t perform that action at this time.
0 commit comments