Skip to content

Commit dbf21eb

Browse files
committed
fix
Signed-off-by: Gyuho Lee <[email protected]>
1 parent f594973 commit dbf21eb

File tree

1 file changed

+1
-1
lines changed
  • avalancheup-aws/src/apply

1 file changed

+1
-1
lines changed

avalancheup-aws/src/apply/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ pub async fn execute(log_level: &str, spec_file_path: &str, skip_prompt: bool) -
357357
.unwrap();
358358

359359
// do not reset, we need this in case we need rerun
360-
spec.upload_artifacts = None;
360+
// spec.upload_artifacts = None;
361361

362362
spec.sync(spec_file_path)?;
363363
default_s3_manager

0 commit comments

Comments
 (0)