Skip to content

Commit cbd0baf

Browse files
committed
Getting to grips with github format...
1 parent dd5e1b6 commit cbd0baf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,13 @@ jobs:
103103
- run: npm run package --scripts-prepend-node-path
104104
working-directory: ./editors/code
105105

106-
- name: Remove files not to be published
106+
- name: Create distribution directory
107107
run: mkdir ./dist
108+
109+
- name: Copy vscode extension
108110
run: cp ./editors/code/*.vsix ./dist/code/
111+
112+
- name: Copy emacs mode
109113
run: cp -R ./editors/emacs ./dist/
110114

111115
- name: Upload artifacts

0 commit comments

Comments
 (0)