Skip to content

Commit

Permalink
ci: cleanup dist share and pkgconfig directories (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 25, 2024
1 parent 7062c7d commit f53c02f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f53c02f

Please sign in to comment.