mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 23:44:30 -04:00
Make directory prior to cp
This commit is contained in:
parent
d41ad24ac8
commit
4fa850be19
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
||||
npm i
|
||||
npm run build
|
||||
|
||||
mkdir -p ../public/react/${{ github.event.release.tag_name }}/
|
||||
cp -r dist/react/* ../public/react/${{ github.event.release.tag_name }}/
|
||||
|
||||
mkdir -p ../public/tinymce_6.4.2/tinymce/js/
|
||||
|
Loading…
x
Reference in New Issue
Block a user