diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 38f26c78..3e88fada 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -35,7 +35,7 @@ jobs: - name: Generate images run: | - find libraries -pattern "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} + + find libraries -path "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} + - name: Commit updates run: |