We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c2ec1 commit acac7cfCopy full SHA for acac7cf
.github/workflows/prepare-assets.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Copy built assets into ZIP for extraction inside Playground.
55
run: |
56
- zip -r zips/playground-assets.zip wp-content/themes -x "*.git*"
+ zip -FSr zips/playground-assets.zip wp-content -x "*.git*" "*.mp4*"
57
rm -rf wp-content
58
59
- uses: EndBug/add-and-commit@v9
0 commit comments