diff --git a/CI/appveyor_install.ps1 b/CI/appveyor_install.ps1 index 0c4a20d..fdffbdc 100644 --- a/CI/appveyor_install.ps1 +++ b/CI/appveyor_install.ps1 @@ -12,7 +12,7 @@ if ($env:APPVEYOR -and (-not $env:APPVEYOR_PULL_REQUEST_NUMBER) -and $env:CONFIG $env:DEPLOY_SITE_GIT="C:\projects\site" git clone --quiet --depth 1 "https://github.com/Bililive/soft.danmuji.org.git" $env:DEPLOY_SITE_GIT $env:DEPLOY_SITE_BRANCH="rec$env:APPVEYOR_BUILD_VERSION" - git checkout --quiet -b $env:DEPLOY_SITE_BRANCH + git --git-dir="$env:DEPLOY_SITE_GIT\.git\" --work-tree="$env:DEPLOY_SITE_GIT" checkout --quiet -b $env:DEPLOY_SITE_BRANCH } Write-Host "Current build version is $env:APPVEYOR_BUILD_VERSION" diff --git a/VERSION b/VERSION index 2fa3901..1c2de38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.22 \ No newline at end of file +1.0.23 \ No newline at end of file