Commit db44df7
committed
action.yml: list
The previous commits taught the implementation to handle
`architecture: ucrt64`, but `action.yml` is what users (and the GitHub
Actions tooling that renders the marketplace page and inlines the
description into IDE tooltips) actually read. Extend the `architecture`
input description to mention the new axis, and call out the caveat
that only `flavor: full` is wired up end-to-end at this point, since
`build-extra`'s `please.sh create-sdk-artifact` does not yet know about
`--architecture=ucrt64` and there is no UCRT64 asset in the
`ci-artifacts` release of `git-sdk-64`.
Assisted-by: Opus 4.7
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>ucrt64 as a valid architecture value1 parent deaf4ae commit db44df7
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
0 commit comments