Skip to content

ci: fix not found with, add if-no-files-found #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 20, 2025
Merged

ci: fix not found with, add if-no-files-found #8

merged 2 commits into from
Apr 20, 2025

Conversation

guitarrapc
Copy link
Owner

No description provided.

@Copilot Copilot AI review requested due to automatic review settings April 20, 2025 17:06
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the release workflow by changing the error handling mechanism for missing files during the artifact publishing process.

  • Added the property "if-no-files-found: error" to enforce an error when no files are detected.
  • Removed the "error-on-not-found: false" flag to eliminate conflicting error handling settings.
Comments suppressed due to low confidence (2)

.github/workflows/release.yaml:85

  • Removing the 'error-on-not-found: false' flag alters the existing error handling behavior. Confirm that all cases previously managed by this flag are now properly addressed by the new setup.
error-on-not-found: false

.github/workflows/release.yaml:72

  • The new 'if-no-files-found: error' setting enforces a failure when no files are found. Verify that this change aligns with the intended behavior of the release process, particularly in scenarios where missing files might be acceptable.
if-no-files-found: error

@guitarrapc guitarrapc merged commit 6c5e3a1 into main Apr 20, 2025
11 checks passed
@guitarrapc guitarrapc deleted the ci branch April 20, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant