Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Jan 10, 2025
1 parent 8f530b6 commit d6f91ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Aggregate stencil patches
run: |
aggregated_patch_file="aggregated.patch"
aggregated_patch_file="aggregated_jit_stencils.patch"
> "$aggregated_patch_file"
for dir in $(find artifacts -mindepth 1 -maxdepth 1 -type d); do
for patch_file in $(find "$dir" -type f -name "*.patch"); do
Expand Down

0 comments on commit d6f91ff

Please sign in to comment.