Skip to content

Commit

Permalink
Fix clean up step for signed artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Li <[email protected]>
  • Loading branch information
KevinLiAWS committed Oct 25, 2023
1 parent 3e25043 commit 1a206e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer-builder/tools/artifact-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1a206e7

Please sign in to comment.