Skip to content

Commit dc27340

Browse files
committedOct 1, 2022
Fix moving multiple template files
1 parent 72c3294 commit dc27340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
sudo cp tools/figuredata.xml ./Havana/
5555
sudo mkdir ./Havana/tools/www
5656
sudo mkdir ./Havana/tools/www-tpl
57-
sudo cp tools/www-tpl/* ./Havana/tools/www-tpl/
57+
sudo mv tools/www-tpl/* ./Havana/tools/www-tpl/
5858
sudo cp tools/scripts/README.txt ./Havana/
5959
6060
- id: sha-short

0 commit comments

Comments
 (0)
Please sign in to comment.