Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
30bd8dc
)
ci(gha): Fix path
27/43827/1
author
Peter Mikus
<
[email protected]
>
Fri, 3 Oct 2025 07:29:47 +0000
(09:29 +0200)
committer
Peter Mikus
<
[email protected]
>
Fri, 3 Oct 2025 07:29:47 +0000
(09:29 +0200)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: I49b851385af45f0d3e75d138a6c79da978a07d25
.github/actions/aws_s3_publish_logs/action.yml
patch
|
blob
|
history
diff --git
a/.github/actions/aws_s3_publish_logs/action.yml
b/.github/actions/aws_s3_publish_logs/action.yml
index
4e02c15
..
e16810d
100644
(file)
--- a/
.github/actions/aws_s3_publish_logs/action.yml
+++ b/
.github/actions/aws_s3_publish_logs/action.yml
@@
-109,7
+109,7
@@
runs:
content_type=$(get_content_type "${file}")
- S3_ARN="${{ inputs.S3_BUCKET }}/${{ inputs.S3_PATH }}/${rel_path}.gz"
+ S3_ARN="
s3://
${{ inputs.S3_BUCKET }}/${{ inputs.S3_PATH }}/${rel_path}.gz"
echo "Uploading ${rel_path}.gz -> ${S3_ARN} (Content-Type: ${content_type}, gzip)"
aws s3 cp "${tmp_file}" "${S3_ARN}" --content-type "${content_type}" --content-encoding "gzip"