Skip to content

Build and Release

Build and Release #7

Manually triggered December 19, 2024 14:55
Status Failure
Total duration 29s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build
Invalid pattern '../output/convertApi-cli.zip'. Relative pathing '.' and '..' is not allowed.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: ConvertApi.Cli/Program.cs#L155
Possible null reference argument for parameter 'boundary' in 'MultipartReader.MultipartReader(string boundary, Stream stream)'.
build: ConvertApi.Cli/Program.cs#L159
Converting null literal or possible null value to non-nullable type.
build: ConvertApi.Cli/Program.cs#L164
Dereference of a possibly null reference.
build: ConvertApi.Cli/Program.cs#L165
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: ConvertApi.Cli/Program.cs#L187
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.