Make directory prior to cp

This commit is contained in:
David Bomba 2023-09-21 09:23:20 +10:00
parent d41ad24ac8
commit 4fa850be19

View File

@ -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/