gitee_get_release_attachment
Retrieve a specific attachment file from a repository release using owner, repo, release ID, and attachment ID.
Instructions
Get a release attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| release_id | Yes | Release ID | |
| attach_file_id | Yes | Attachment ID |