From f53c02fb60df9f59ee40d229335fff715c0c3e15 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 25 May 2024 18:47:05 -0400 Subject: [PATCH] ci: cleanup dist share and pkgconfig directories (#325) --- .github/workflows/build-ffmpeg.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-ffmpeg.yml b/.github/workflows/build-ffmpeg.yml index a61ba32d..83db9a68 100644 --- a/.github/workflows/build-ffmpeg.yml +++ b/.github/workflows/build-ffmpeg.yml @@ -648,6 +648,11 @@ jobs: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of the personal token fetch-depth: 0 # otherwise, will fail to push refs to dest repo + - name: Cleanup + run: | + rm -f -r dist/ffmpeg/*/share + rm -f -r dist/ffmpeg/*/lib/pkgconfig + - name: Download artifacts uses: actions/download-artifact@v4 with: