Skip to content

Commit

Permalink
Now removing build dir in CI cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Jun 27, 2024
1 parent 23d170e commit 68488d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
build/shark-clipper
build/shark-clipper.exe
- name: Remove FFmpeg
- name: Cleanup
if: matrix.python-version == '3.11'
shell: bash
run: rm ffmpeg ffprobe
run: rm -rf ffmpeg ffprobe build

0 comments on commit 68488d5

Please sign in to comment.