Update README with artifact extraction details

Clarified note on artifact extraction and GHES support.
This commit is contained in:
Yang Cao 2025-08-25 14:32:17 -04:00 committed by GitHub
parent de96f4613b
commit ac43a6070a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,8 @@ Now both methods are consistent:
- **By name**: `name: my-artifact` → extracted to `path/` (unchanged) - **By name**: `name: my-artifact` → extracted to `path/` (unchanged)
- **By ID**: `artifact-ids: 12345` → extracted to `path/` (updated - now direct) - **By ID**: `artifact-ids: 12345` → extracted to `path/` (updated - now direct)
Note: This change also applies to patterns that only match a single artifact.
## v4 - What's new ## v4 - What's new
> [!IMPORTANT] > [!IMPORTANT]