Skip to content

Commit 0b5310a

Browse files
committed
fix: upload brand marks to R2 bucket root
1 parent ce5d396 commit 0b5310a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tasks:
1818
1919
for file in "$root"/brand/marks/*.svg; do
2020
bun run --cwd apps/web wrangler r2 object put \
21-
"$R2_BUCKET/branding/${file##*/}" \
21+
"$R2_BUCKET/${file##*/}" \
2222
--file "$file" \
2323
--content-type 'image/svg+xml' \
2424
--remote

0 commit comments

Comments
 (0)