Skip to content

Commit

Permalink
workflow....
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Oct 15, 2023
1 parent b817139 commit 8e6048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
find "${{ github.workspace }}/source/" -type f -name 'combined.txt' \
-delete
for d in `find source/ -mindepth 1 -maxdepth 2 -type d`
for d in `find source/ -mindepth 1 -maxdepth 3 -type d`
do
cat ${d[@]}/*.list > ${d[@]}/combined.txt
done
Expand Down

0 comments on commit 8e6048a

Please sign in to comment.