diff --git a/action.yml b/action.yml index 60940a3..64b712f 100644 --- a/action.yml +++ b/action.yml @@ -119,6 +119,9 @@ runs: else uv build --out-dir /tmp/baipp/dist fi + + # We don't need .gitignores and it litters the provenance output. + rm -f /tmp/baipp/dist/.gitignore shell: bash working-directory: ${{ inputs.path }}