Skip to content

fix publish path for gh action unix oses #16

fix publish path for gh action unix oses

fix publish path for gh action unix oses #16

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Re-run triggered June 10, 2024 03:53
Status Failure
Total duration 1m 16s
Artifacts

release.yml

on: push
setup-release
3s
setup-release
Matrix: publish
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 22 warnings
publish (macOS-latest)
Process completed with exit code 1.
publish (ubuntu-latest)
The job was canceled because "macOS-latest" failed.
publish (ubuntu-latest)
The operation was canceled.
publish (windows-latest)
The job was canceled because "macOS-latest" failed.
publish (windows-latest)
The operation was canceled.
publish (macOS-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish (macOS-latest): Resumer/models/Command.cs#L305
'Command.CommandProcess.OnStandardOutput': new protected member declared in sealed type
publish (macOS-latest): Resumer/models/Command.cs#L319
'Command.CommandProcess.OnProcessExited': new protected member declared in sealed type
publish (macOS-latest): Resumer/models/Command.cs#L325
'Command.CommandProcess.OnStandardError': new protected member declared in sealed type
publish (macOS-latest): Resumer/cli/commands/get/GetProjectCommand.cs#L28
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish (macOS-latest): Resumer/models/Certificate.cs#L5
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish (macOS-latest): Resumer/Helpers.cs#L228
Converting null literal or possible null value to non-nullable type.
publish (macOS-latest): Resumer/models/Education.cs#L6
Non-nullable property 'School' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish (macOS-latest): Resumer/models/Education.cs#L7
Non-nullable property 'Degree' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish (macOS-latest): Resumer/models/Job.cs#L12
Non-nullable field '_company' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish (macOS-latest): Resumer/models/Job.cs#L12
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish (ubuntu-latest): Resumer/models/Command.cs#L305
'Command.CommandProcess.OnStandardOutput': new protected member declared in sealed type
publish (ubuntu-latest): Resumer/models/Command.cs#L319
'Command.CommandProcess.OnProcessExited': new protected member declared in sealed type
publish (ubuntu-latest): Resumer/models/Command.cs#L325
'Command.CommandProcess.OnStandardError': new protected member declared in sealed type
publish (ubuntu-latest): Resumer/cli/commands/get/GetProjectCommand.cs#L28
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish (ubuntu-latest): Resumer/models/Certificate.cs#L5
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish (ubuntu-latest): Resumer/Helpers.cs#L228
Converting null literal or possible null value to non-nullable type.
publish (ubuntu-latest): Resumer/models/Education.cs#L6
Non-nullable property 'School' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish (ubuntu-latest): Resumer/models/Education.cs#L7
Non-nullable property 'Degree' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish (ubuntu-latest): Resumer/models/Job.cs#L12
Non-nullable field '_company' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish (ubuntu-latest): Resumer/models/Job.cs#L12
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "publish". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/