Fix release script
This commit is contained in:
parent
a70260ca41
commit
7e8929d34f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user