Commit b0e7cc4
authored
Fix/release workflow case insensitive (#65)
* fix: use native SSL on macOS/Windows, remove OpenSSL dependency
- macOS: Use SecureTransport (via Security framework)
- Windows: Use WinSSL/Schannel (via crypt32)
- Remove OpenSSL requirement for faster compilation
- Smaller binaries and better OS security integration
* fix: make release workflow case-insensitive for branch detection
- Accept both 'Release' and 'release' in merge commit messages
- Fixes issue where Release/v1.5.0 merge was not detected by workflow
This ensures automatic releases work regardless of branch name casing.1 parent ff54fb6 commit b0e7cc4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments