Skip to content

Release

Release #8

Manually triggered March 2, 2024 21:06
Status Failure
Total duration 3m 11s
Artifacts 2

release.yml

on: workflow_dispatch
Matrix: Build / build
Create .msixbundle
2s
Create .msixbundle
Create tag
0s
Create tag
Pre-Publish
0s
Pre-Publish
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 30 warnings
Create .msixbundle
Unable to download artifact(s): Artifact not found for name: .msix Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
Build / Build (arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build / Build (arm64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build / Build (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build / Build (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build / Build (arm64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build / Build (arm64): Natsurainko.FluentLauncher/Services/Download/DownloadService.cs#L43
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L7
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L46
Nullability of reference types in return type of 'object? PageProvider<TPageBase>.GetViewModel(string key)' doesn't match implicitly implemented member 'object IPageProvider.GetViewModel(string key)' (possibly because of nullability attributes).
Build / Build (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProviderBuilder.cs#L29
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L15
Nullability of reference types in type of parameter 'source' of 'object AccountToJsonConverter.Convert(object source)' doesn't match implicitly implemented member 'object? IDataTypeConverter.Convert(object? source)' (possibly because of nullability attributes).
Build / Build (arm64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L34
Nullability of reference types in type of parameter 'target' of 'object AccountToJsonConverter.ConvertFrom(object target)' doesn't match implicitly implemented member 'object? IDataTypeConverter.ConvertFrom(object? target)' (possibly because of nullability attributes).
Build / Build (arm64): Natsurainko.FluentLauncher/ViewModels/OOBE/OOBEViewModel.cs#L165
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
Build / Build (arm64): Natsurainko.FluentLauncher/Classes/Data/UI/PublishData.cs#L5
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (arm64): Natsurainko.FluentLauncher/Classes/Data/UI/PublishData.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build / Build (x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build / Build (x64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build / Build (x64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build / Build (x64)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build / Build (x64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L15
Nullability of reference types in type of parameter 'source' of 'object AccountToJsonConverter.Convert(object source)' doesn't match implicitly implemented member 'object? IDataTypeConverter.Convert(object? source)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L34
Nullability of reference types in type of parameter 'target' of 'object AccountToJsonConverter.ConvertFrom(object target)' doesn't match implicitly implemented member 'object? IDataTypeConverter.ConvertFrom(object? target)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Services/Download/DownloadService.cs#L43
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L7
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L46
Nullability of reference types in return type of 'object? PageProvider<TPageBase>.GetViewModel(string key)' doesn't match implicitly implemented member 'object IPageProvider.GetViewModel(string key)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProviderBuilder.cs#L29
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/ViewModels/OOBE/OOBEViewModel.cs#L165
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
Build / Build (x64): Natsurainko.FluentLauncher/Classes/Data/UI/PublishData.cs#L5
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (x64): Natsurainko.FluentLauncher/Classes/Data/UI/PublishData.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
.msix Expired
27 MB
.msixupload Expired
26.9 MB