ci(gha): Fix path 27/43827/1
authorPeter Mikus <[email protected]>
Fri, 3 Oct 2025 07:29:47 +0000 (09:29 +0200)
committerPeter 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

index 4e02c15..e16810d 100644 (file)
@@ -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"