We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e25043 commit c199b67Copy full SHA for c199b67
installer-builder/tools/artifact-helper.sh
@@ -38,7 +38,7 @@ downloadSignedExecutables() {
38
fi
39
40
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"
+ aws s3 rm "s3://${2}-${1//_/-}/pre-signed/package.tar.gz"
42
}
43
44
#$1: arch: {x86_64, aarch64}
0 commit comments