Commit c95f786
committed
Fix publish step: remove shell override, add CRLF guard
shell: bash resolves to Cygwin bash on this runner, not git-bash.
The > folded block still needs && echo . to protect the last
argument from \r. Remove the shell override (gh is on PATH in
Cygwin bash) and add the guard. Remove CRLF diagnostic step.1 parent 9f28413 commit c95f786
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 38 | | |
44 | 39 | | |
45 | 40 | | |
| |||
157 | 152 | | |
158 | 153 | | |
159 | 154 | | |
160 | | - | |
161 | 155 | | |
162 | 156 | | |
163 | 157 | | |
164 | 158 | | |
165 | 159 | | |
166 | 160 | | |
167 | 161 | | |
| 162 | + | |
0 commit comments