create dir if not there as cp doesn't seem to have an option to create the dest dir automatically.
This commit is contained in:
parent
5d43ce12c3
commit
6fecdd3ccf
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
run: mkdir ./dist
|
||||
|
||||
- name: Copy vscode extension
|
||||
run: cp ./editors/code/*.vsix ./dist/code/
|
||||
run: mkdir ./dist/code && cp ./editors/code/*.vsix ./dist/code/
|
||||
|
||||
- name: Copy emacs mode
|
||||
run: cp -R ./editors/emacs ./dist/
|
||||
|
Loading…
x
Reference in New Issue
Block a user