Skip to content

Commit 0a52a2a

Browse files
committed
docs: add "outputs" section in the README.md
1 parent 0a60e2e commit 0a52a2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ For more information, refer to [action.yml](./action.yml) and the [GitHub Action
4040
4141
> **Note**: All inputs are optional.
4242
43+
### Outputs
44+
45+
| Name | Value Type | Description |
46+
| --- | --- | --- |
47+
| `build-dir` | Path | The build directory of the CMake project. |
48+
4349
### Examples
4450

4551
```yaml

0 commit comments

Comments
 (0)