Skip to content

Commit

Permalink
Fixes for react build
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Sep 19, 2023
1 parent 50d6c9f commit 88a1301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
extension="${filename##*.}"
filename="${filename%.*}"
version=${{ github.event.release.tag_name }}
cp dist/react/$file ../public/react/$filename"."$version"."$extension
cp $file ../public/react/$filename"."$version"."$extension
done
mkdir -p ../public/tinymce_6.4.2/tinymce/js/
Expand Down

0 comments on commit 88a1301

Please sign in to comment.