mirror of
https://code.forgejo.org/forgejo/download-artifact.git
synced 2026-02-22 06:07:03 +00:00
Merge pull request #424 from actions/yacaovsnc/update_readme
Update README with artifact extraction details
This commit is contained in:
commit
abefc31eaf
1 changed files with 2 additions and 0 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue