File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ Combination of these two repos: [S3 Upload Action](https://github.com/hkusu/s3-u
1616 r2-secret-access-key : ${{ secrets.R2_SECRET_ACCESS_KEY }}
1717 r2-bucket : ${{ secrets.R2_BUCKET }}
1818 source-dir : src
19+ destination-dir : ./
1920` ` `
2021
2122In this example, ` source-dir` is stored in the root of the bucket.
22- Specify `destination-dir` input to change the location of where the directory will be uploaded.
23+ Change `destination-dir` input to specify the location of where the directory will be uploaded.
2324<!-- -->
2425
2526<!-- CUSTOM USAGE -->
Original file line number Diff line number Diff line change 11{
22 "name" : " r2-upload-action" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " GitHub Action to upload files to a Cloudflare R2 bucket" ,
55 "main" : " dist/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments