Skip to content

Commit acac7cf

Browse files
committed
-FS will add any new files in the folder to the zip, and delete any files from the zip that aren't in the folder.
1 parent 93c2ec1 commit acac7cf

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/themes -x "*.git*"
56+
zip -FSr zips/playground-assets.zip wp-content -x "*.git*" "*.mp4*"
5757
rm -rf wp-content
5858
5959
- uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)