Skip to content

Commit

Permalink
Set output-variable toit-sdk-path. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 23, 2023
1 parent 6f7b7dd commit 0bf29a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ outputs:
toit-install-dir:
description: "The directory where Toit is installed."
value: ${{ steps.tmp-dir.outputs.TOIT_INSTALL_DIR }}
toit-sdk-path:
description: "The path to the Toit SDK."
value: ${{ steps.tmp-dir.outputs.TOIT_INSTALL_DIR }}/toit
toit-version:
description: "The version of Toit installed."
value: ${{ steps.toit_version.outputs.TOIT_VERSION }}
Expand Down

0 comments on commit 0bf29a5

Please sign in to comment.