Skip to content

Commit

Permalink
Add zip ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 21, 2024
1 parent 7f061cd commit 76adff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/actions/upload-to-r2.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function uploadCanaryArtifacts({ github, context }) {

const uploadBinsCommand = new PutObjectCommand({
Bucket: R2_BUCKET,
Key: `canary/${file}`,
Key: `canary/${file}.zip`,
Body: fileStream,
});

Expand Down

0 comments on commit 76adff8

Please sign in to comment.