Skip to content

Commit 4e7eb15

Browse files
committed
Test
1 parent a549633 commit 4e7eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Copy built assets into ZIP for extraction inside Playground.
5555
run: |
56-
zip -r zips/playground-assets.zip wp-content -x "*.git*"
56+
zip -r zips/playground-assets.zip wp-content/themes -x "*.git*"
5757
rm -rf wp-content
5858
5959
- uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)