Merge branch 'trunk' into gh-attestation-cmd

This commit is contained in:
Meredith Lancaster 2024-03-18 09:27:03 -06:00
commit b37bf1fc75
3 changed files with 13 additions and 13 deletions

View file

@ -41,7 +41,7 @@ func NewCmdUpload(f *cmdutil.Factory, runF func(*UploadOptions) error) *cobra.Co
Long: heredoc.Docf(`
Upload asset files to a GitHub Release.
To define a display label for an asset, append text starting with %[1]%#%[1]% after the
To define a display label for an asset, append text starting with %[1]s#%[1]s after the
file name.
`, "`"),
Args: cobra.MinimumNArgs(2),