Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
uptimizt committed Nov 29, 2020
1 parent e96559c commit 0d6ceef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create artifact
uses: montudor/[email protected]
with:
args: zip -X -r build/wooms.zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist composer.* dev-helpers** build** vendor/\* docs/\*
args: zip -X -r build/wooms.zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist composer.* dev-helpers** build** "vendor/*" "docs/*" "tests/*"
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 0d6ceef

Please sign in to comment.