Skip to content

Commit 3443364

Browse files
authored
Release v1.2.3 (#273)
1 parent d199ab1 commit 3443364

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2122
In 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 -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)