From ac43a6070aa7db8a41e756e7a2846221edca7027 Mon Sep 17 00:00:00 2001 From: Yang Cao Date: Mon, 25 Aug 2025 14:32:17 -0400 Subject: [PATCH] Update README with artifact extraction details Clarified note on artifact extraction and GHES support. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08b18d9..cb931c3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Now both methods are consistent: - **By name**: `name: my-artifact` → extracted to `path/` (unchanged) - **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 > [!IMPORTANT]