Skip to content

Conversation

@astronaut1712
Copy link

This pull request simplifies file path references in the action.yml file to improve maintainability and consistency. The changes primarily focus on removing redundant directory prefixes and standardizing path patterns.

Simplifications in file path references:

  • Updated file paths in runs: to remove explicit references to ${{ inputs.app-working-directory }} for macOS build and signing commands, simplifying the paths to relative references like build/bin/... and build/darwin/....
  • Standardized wildcard patterns in runs: by replacing single-level wildcards (*/bin/ and *\bin\*) with multi-level wildcards (**/bin/ and **\bin\*) for better flexibility and accuracy in matching paths.

Copilot AI review requested due to automatic review settings July 24, 2025 05:00
Copy link

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 simplifies file path references in GitHub Actions workflow configuration by removing redundant directory prefixes and updating wildcard patterns. The changes improve maintainability by leveraging the existing working-directory setting instead of repeating full paths.

  • Removed explicit ${{ inputs.app-working-directory }} prefixes from macOS build commands since working-directory is already set
  • Updated wildcard patterns from single-level (*/) to multi-level (**/) for more flexible path matching in artifact handling

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