update build archives script
This commit is contained in:
parent
40a1b7794e
commit
337edeafb6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Write-Host "Packing archives...";
|
|||
|
||||
# Setup workspace
|
||||
New-Item -ItemType directory -Path "./tmp" > $null;
|
||||
Copy-Item "./site/.vuepress/public/codes/*.xml" "./tmp/";
|
||||
Copy-Item "./codes/*.xml" "./tmp/";
|
||||
Set-Location "./tmp";
|
||||
|
||||
# Helper function to convert the XML files to the GCM txt format
|
||||
|
|
Loading…
Reference in a new issue