1GH-RELEASE-UPLOAD(1) GitHub CLI manual GH-RELEASE-UPLOAD(1)
2
3
4
6 gh-release-upload - Upload assets to a release
7
8
9
11 gh release upload <tag> <files>... [flags]
12
13
14
16 Upload asset files to a GitHub Release.
17
18
19 To define a display label for an asset, append text starting with '#'
20 after the file name.
21
22
23
25 --clobber
26 Overwrite existing assets of the same name
27
28
29
31 -R, --repo <[HOST/]OWNER/REPO>
32 Select another repository using the [HOST/]OWNER/REPO format
33
34
35
37 gh-release(1)
38
39
40
41 Oct 2023 GH-RELEASE-UPLOAD(1)