From 0a52a2a37369046b6f1ef77d550ec636eb2c37f4 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 2 Jul 2023 19:37:01 +0700 Subject: [PATCH] docs: add "outputs" section in the `README.md` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ee3227..9ab76aa 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ For more information, refer to [action.yml](./action.yml) and the [GitHub Action > **Note**: All inputs are optional. +### Outputs + +| Name | Value Type | Description | +| --- | --- | --- | +| `build-dir` | Path | The build directory of the CMake project. | + ### Examples ```yaml