mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-12-17 19:12:39 +00:00
feat: rename download-filter to download-pattern, implement pattern matching and improve action output
This commit is contained in:
parent
63c75028f3
commit
1b139d6f59
3 changed files with 34 additions and 21 deletions
|
|
@ -23,7 +23,7 @@ Upload or download the assets of a release to a Forgejo instance.
|
|||
| `gpg-passphrase` | <p>Passphrase of the GPG Private Key</p> | `false` | `""` |
|
||||
| `download-retry` | <p>Number of times to retry if the release is not ready (default 1)</p> | `false` | `""` |
|
||||
| `download-latest` | <p>Download the latest release</p> | `false` | `false` |
|
||||
| `download-filter` | <p>Filter assets to download by name (Comma-separated values, e.g. `file1.htm,file3.css`)</p> | `false` | `""` |
|
||||
| `download-pattern` | <p>Only download assets with matching names, e.g. `file1.htm style*.css` (default empty: download all assets)</p> | `false` | `""` |
|
||||
| `verbose` | <p>Increase the verbosity level</p> | `false` | `false` |
|
||||
| `override` | <p>Override an existing release by the same <code>{tag}</code></p> | `false` | `false` |
|
||||
| `prerelease` | <p>Mark Release as Pre-Release</p> | `false` | `false` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue