We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9203c7 + 7297add commit 4104d5aCopy full SHA for 4104d5a
deploy.sh
@@ -85,7 +85,7 @@ function getArchiveETag() {
85
--query ETag --output text
86
}
87
88
-aws s3 cp "$ZIP_FILENAME" s3://"$INPUT_S3_BUCKET"/"$INPUT_S3_FOLDER"/"$ZIP_FILENAME" > /dev/null 2>&1
+aws s3 cp "$ZIP_FILENAME" s3://"$INPUT_S3_BUCKET"/"$INPUT_S3_FOLDER"/"$ZIP_FILENAME"
89
90
echo "::debug::Zip uploaded to S3."
91
0 commit comments