Skip to content

Commit 6f953ac

Browse files
committed
Fix fix
1 parent 9633bfd commit 6f953ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/fix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ jobs:
166166
with:
167167
path: artifacts
168168
- name: Copy YAML configs
169-
run: cp artifacts/**/*.yml head/github
169+
run: |
170+
shopt -s globstar
171+
cp artifacts/**/*.yml head/github
170172
- name: Check if github was modified
171173
id: github-modified
172174
run: |

0 commit comments

Comments
 (0)