File tree Expand file tree Collapse file tree 3 files changed +9
-27
lines changed
Expand file tree Collapse file tree 3 files changed +9
-27
lines changed Original file line number Diff line number Diff line change 1919 - name : Create updater artifact
2020 uses : montudor/action-zip@v0.1.0
2121 with :
22- args : zip -X -r build/effective-less-css-updater .zip . -x *.git* build/\* build/ node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist composer.* dev-helpers** build**
22+ args : zip -X -r build/effective-less-css.zip . -x *.git* build/\* build/ node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist composer.* dev-helpers** build**
2323 - name : Upload updater artifact
2424 uses : actions/upload-artifact@v2
2525 with :
2929 uses : JasonEtco/upload-to-release@master
3030 with :
3131 args : build/effective-less-css-updater.zip application/zip
32- env :
33- GITHUB_TOKEN : ${{ secrets.TOKEN }}
34- - name : Build installer
35- run : |
36- cp -R effective-less-css/* .
37- rm -rf effective-less-css
38- - name : Create installer artifact
39- uses : montudor/action-zip@v0.1.0
40- with :
41- args : zip -X -r build/effective-less-css.zip . -x *.git* build/\* build/ node_modules/\* .* "*/\.*" CODE_OF_CONDUCT.md CONTRIBUTING.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md *.dist composer.* dev-helpers** build**
42- - name : Upload installer artifact
43- uses : actions/upload-artifact@v2
44- with :
45- name : effective-less-css
46- path : build/effective-less-css.zip
47- - name : Upload installer to release
48- uses : JasonEtco/upload-to-release@master
49- with :
50- args : build/effective-less-css.zip application/zip
5132 env :
5233 GITHUB_TOKEN : ${{ secrets.TOKEN }}
Original file line number Diff line number Diff line change 1- 1.1.0 - 8/19/2020
2- -----------------
1+ #1 .1.1
2+ - No longer creates duplicate zip file
3+
4+
5+ #1 .1.0 - 8/19/2020
36* Adding autoupdater
47* Changelog is now in Markdown
58* Added readme file
69
7- 1.0.6 - 8/19/2020
8- -----------------
10+ #1 .0.6 - 8/19/2020
911* Quotation marks in LESS code no longer produce escaped characters
1012* Misc bug fixes
1113* Plugin zip generated in github
1214
13- 1.0.0 - 8/18/2020
14- -----------------
15+ #1 .0.0 - 8/18/2020
1516* Initial Release
Original file line number Diff line number Diff line change 33Plugin Name: Effective LessCSS
44Plugin URI:
55Description:
6- Version: 1.1.0
6+ Version: 1.1.1
77Author: Daniel Loughmiller / Effect Web Agency
88Author URI:
99Text Domain:
You can’t perform that action at this time.
0 commit comments