From 63ea13e49a86b6882b54d863be6aa4c46b4a5746 Mon Sep 17 00:00:00 2001 From: ericrinaldo <52439561+ericrinaldo@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:50:04 +0100 Subject: [PATCH] Update s3.md (#161) --- config/publishers/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/publishers/s3.md b/config/publishers/s3.md index 6b489ef..2e70d58 100644 --- a/config/publishers/s3.md +++ b/config/publishers/s3.md @@ -52,7 +52,7 @@ To avoid this problem, you can use the `keyResolver` option to generate the S3 k config: { // ... keyResolver: (fileName, platform, arch) => { - return `some-prefix/${platform}/${arch}/filename` + return `some-prefix/${platform}/${arch}/${filename}` } // ... }