From 1a206e726e7f23db147c7f5788807ea01ce73c77 Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Wed, 25 Oct 2023 06:54:32 -0700 Subject: [PATCH] Fix clean up step for signed artifact Signed-off-by: Kevin Li --- installer-builder/tools/artifact-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer-builder/tools/artifact-helper.sh b/installer-builder/tools/artifact-helper.sh index cd113d85f..df6c60765 100755 --- a/installer-builder/tools/artifact-helper.sh +++ b/installer-builder/tools/artifact-helper.sh @@ -38,7 +38,7 @@ downloadSignedExecutables() { fi tar xzvf "./installer-builder/output/executables/signed/finch-executables-${1//_/-}.zip" -C ./installer-builder/output/executables/signed - aws s3 "rm s3://${2}-${1//_/-}/pre-signed/package.tar.gz" + aws s3 rm "s3://${2}-${1//_/-}/pre-signed/package.tar.gz" } #$1: arch: {x86_64, aarch64}