We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e081ea commit 471c6ffCopy full SHA for 471c6ff
1 file changed
.github/workflows/ci.yaml
@@ -48,6 +48,9 @@ jobs:
48
with:
49
name: test-videos
50
path: ./test/videos
51
+ - name: Remove release packages and test artifacts
52
+ run: |
53
+ rm -rf ./release-packages ./test/videos
54
55
release:
56
runs-on: ubuntu-latest
0 commit comments