Skip to content

Commit 7297add

Browse files
committed
fix: don't clobber output from s3 cp
1 parent d9203c7 commit 7297add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function getArchiveETag() {
8585
--query ETag --output text
8686
}
8787

88-
aws s3 cp "$ZIP_FILENAME" s3://"$INPUT_S3_BUCKET"/"$INPUT_S3_FOLDER"/"$ZIP_FILENAME" > /dev/null 2>&1
88+
aws s3 cp "$ZIP_FILENAME" s3://"$INPUT_S3_BUCKET"/"$INPUT_S3_FOLDER"/"$ZIP_FILENAME"
8989

9090
echo "::debug::Zip uploaded to S3."
9191

0 commit comments

Comments
 (0)