File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 - name : Create artifact
1717 uses : montudor/action-zip@v0.1.0
1818 with :
19- args : zip -X -r build/graphql-api .zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist composer.* dev-helpers** build**
19+ args : zip -X -r build/effective-less-css .zip . -x *.git* node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist composer.* dev-helpers** build**
2020 - name : Upload artifact
2121 uses : actions/upload-artifact@v2
2222 with :
23- name : graphql-api
24- path : build/graphql-api .zip
23+ name : effective-less-css
24+ path : build/effective-less-css .zip
2525 - name : Upload to release
2626 uses : JasonEtco/upload-to-release@master
2727 with :
28- args : build/graphql-api .zip application/zip
28+ args : build/effective-less-css .zip application/zip
2929 env :
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments