Skip to content

Commit

Permalink
Update s3.md
Browse files Browse the repository at this point in the history
added missing ${} on fileName for template string
  • Loading branch information
ericrinaldo authored Jan 17, 2024
1 parent 6867e87 commit e26d209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/publishers/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
}
// ...
}
Expand Down

0 comments on commit e26d209

Please sign in to comment.