Skip to content

Commit

Permalink
Update zipitup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Sep 10, 2024
1 parent 6f8df84 commit b1fd7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zipitup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
args: zip -X -r build/top-10.zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist *.neon *.yml composer.* dev-helpers** build** wporg-assets** phpunit** vendor** package.json
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: top-10
path: build/top-10.zip
Expand Down

0 comments on commit b1fd7ae

Please sign in to comment.