mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user