From 7e8929d34f975feae48f65d3fc6e8aaac6f371a9 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 7 Dec 2019 00:02:09 +0800 Subject: [PATCH] Fix release script --- scripts/release.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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