Skip to content

add event listener for outputting text #4

add event listener for outputting text

add event listener for outputting text #4

Triggered via push August 18, 2024 23:06
Status Success
Total duration 1m 36s
Artifacts

release.yml

on: push
Create Release Tag
2s
Create Release Tag
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Create Release Tag
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
release (8.0.x, Release, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
release (8.0.x, Release, windows-latest)
Artifact pattern :release_output/*.tar.gz did not match any files
release (8.0.x, Release, windows-latest)
Artifact pattern:release_output/*.tar.gz did not match any files
release (8.0.x, Release, windows-latest): OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
release (8.0.x, Release, windows-latest): OpenShock.VoiceRecognizer.Integrations/OpenShock/OpenShockAPI.cs#L21
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)