Skip to content

Commit bffcf18

Browse files
committed
Exclude mp4 (again) (v7)
1 parent b0d9748 commit bffcf18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prepare-assets.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Generate Playground Assets
22

33
on:
4+
push:
45
workflow_dispatch:
56

67
jobs:
@@ -52,7 +53,7 @@ jobs:
5253

5354
- name: Copy built assets into ZIP for extraction inside Playground.
5455
run: |
55-
zip -r zips/playground-assets.zip wp-content -x "/*.git/*"
56+
zip -r zips/playground-assets.zip wp-content -x "*.git*"
5657
rm -rf wp-content
5758
5859
- uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)