Skip to content

Commit 82e08f9

Browse files
committed
Updated builder
1 parent a23e78d commit 82e08f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cp ./Default.sublime-keymap ./Default\ \(Windows\).sublime-keymap
2929
cp ./Default.sublime-keymap ./Default\ \(Linux\).sublime-keymap
3030
rm ./Default.sublime-keymap
31-
zip -x "*.pyc" -x "__pycache__" -r Emmet.sublime-package emmet *.py *.sublime-* VERSION
31+
zip -x "*.pyc" -x "__pycache__" -r Emmet.sublime-package emmet lib *.py *.sublime-* VERSION
3232
- name: Upload artifact
3333
uses: actions/[email protected]
3434
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cp ./Default.sublime-keymap ./Default\ \(Windows\).sublime-keymap
2626
cp ./Default.sublime-keymap ./Default\ \(Linux\).sublime-keymap
2727
rm ./Default.sublime-keymap
28-
zip -x "*.pyc" -x "__pycache__" -r Emmet.zip emmet *.py *.sublime-* VERSION
28+
zip -x "*.pyc" -x "__pycache__" -r Emmet.zip emmet lib *.py *.sublime-* VERSION
2929
python tools/registry.py > registry.json
3030
- name: GH Release
3131
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)