From 930821479abbfb28bb20a2ace44dbe7e07d24f80 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 31 Oct 2024 07:58:24 +0100 Subject: [PATCH] Remove dist/.gitignore It's new, unnecessary, and litters the provenance output. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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 }}