You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. First up, thank you for the action-gh-release action ❤️ I like how simple it makes interactions with the GitHub Releases feature.
To my (potential) bug report: I try to upload multiple files with different file extensions to my release. As I understand, files supports glob patterns:
Hi there. First up, thank you for the
action-gh-release
action ❤️ I like how simple it makes interactions with the GitHub Releases feature.To my (potential) bug report: I try to upload multiple files with different file extensions to my release. As I understand,
files
supports glob patterns:At execution, I get the following behavior:
It seems like
action-gh-release
messes my pattern up somehow.Are brace expansions supported at all? I had a quick look to the code and could not identify any such thing.
The text was updated successfully, but these errors were encountered: