diff --git a/scripts/release.ps1 b/scripts/release.ps1 index 94cd1ae4..5cf0cc37 100644 --- a/scripts/release.ps1 +++ b/scripts/release.ps1 @@ -20,7 +20,7 @@ Write-Host "Dependencies have been installed." -ForegroundColor Green ./scripts/build.ps1 $zip = "blessing-skin-server-$current.zip" -zip -9 -r $zip app bootstrap config database plugins public resources/lang resources/views resources/misc routes storage vendor .env.example artisan LICENSE README.md README_EN.md +zip -9 -r $zip app bootstrap config database plugins public resources/lang resources/views resources/misc routes storage vendor .env.example artisan LICENSE README.md README_EN.md index.html Write-Host "Zip archive is created." -ForegroundColor Green New-Item dist -ItemType Directory