diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 838a0ba62..b101b3b2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,6 +48,9 @@ jobs: with: name: test-videos path: ./test/videos + - name: Remove release packages and test artifacts + run: | + rm -rf ./release-packages ./test/videos release: runs-on: ubuntu-latest