Skip to content

Commit f04bd69

Browse files
committed
Revert to single asterisk for zip exclusions
1 parent a594aa3 commit f04bd69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/zipitup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create artifact
3232
uses: montudor/action-zip@v1
3333
with:
34-
args: zip -X -r build/${{ github.event.repository.name }}.zip . -x *.git* node_modules/\* .* "*/\.*" "*/.git*" "*/.DS_Store" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist *.yml *.neon composer.* package.json package-lock.json "dev-helpers/**" "build/**" "wporg-assets/**" "docs/**" "phpunit/**" phpstan-bootstrap.php
34+
args: zip -X -r build/${{ github.event.repository.name }}.zip . -x *.git* node_modules/\* .* "*/\.*" "*/.git*" "*/.DS_Store" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist *.yml *.neon composer.* package.json package-lock.json "dev-helpers/*" "build/*" "wporg-assets/*" "docs/*" "phpunit/*" phpstan-bootstrap.php
3535

3636
- name: Upload artifact
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)