Commit 4bde2c0
committed
Set the default output to the path of the SDK
Every GitHub Action implicitly has a default output that can be accessed
in GitHub workflows via `${{ steps.<id>.outputs.result }}`. Let's use
this feature to return the path where the SDK was installed.
Previously, contortions such as `bash -c "$(cygpath -aw /)"` had to be
used to find out where the SDK is located, and this change will make
those contortions unnecessary.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent dbc13f2 commit 4bde2c0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments