Skip to content

Commit 591ff29

Browse files
committed
Update zipitup.yml to use composer zip
1 parent 86521e9 commit 591ff29

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/zipitup.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Create artifact
30-
run: |
31-
mkdir -p build
32-
zip -1 -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 CLAUDE.md AGENTS.md *.dist *.yml *.neon composer.* package.json package-lock.json "dev-helpers/*" "build/*" "wporg-assets/*" "docs/*" "phpunit/*" phpstan-bootstrap.php build-assets.js
30+
run: composer zip
3331
- name: Upload to release
3432
uses: softprops/action-gh-release@v2
3533
with:

0 commit comments

Comments
 (0)