Skip to content

Commit c199b67

Browse files
authored
ci: Fix clean up step for signed artifact (runfinch#657)
Issue #, if available: *Description of changes:* Fix the error in pkg build in aws: "error: argument subcommand: Invalid choice" introduced in https://github.com/runfinch/finch/pull/458/files#diff-0134cf9698393331b869104a3488e7a44bd4c112dbb3b6a10b0acbb7b26f886aR41 - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Kevin Li <[email protected]>
1 parent 3e25043 commit c199b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer-builder/tools/artifact-helper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ downloadSignedExecutables() {
3838
fi
3939

4040
tar xzvf "./installer-builder/output/executables/signed/finch-executables-${1//_/-}.zip" -C ./installer-builder/output/executables/signed
41-
aws s3 "rm s3://${2}-${1//_/-}/pre-signed/package.tar.gz"
41+
aws s3 rm "s3://${2}-${1//_/-}/pre-signed/package.tar.gz"
4242
}
4343

4444
#$1: arch: {x86_64, aarch64}

0 commit comments

Comments
 (0)