Skip to content
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

Fix conditional in release.yml #84

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Conversation

theaquamarine
Copy link
Contributor

Use [[ for matching target as regex match =~ doesn't work with [, so currently this always evaluates to false (so Windows releases get packaged in .tar.gz files too)

Regex match =~ doesn't work with [
@tummychow tummychow merged commit b17b4e7 into tummychow:master Apr 12, 2023
@theaquamarine theaquamarine deleted the target branch April 12, 2023 21:20
@tummychow tummychow added the gh actions Release infrastructure for this repo label Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gh actions Release infrastructure for this repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants