build: 更新项目版本至1.2.0
更新VHDMounter.csproj、build.yml和app.manifest中的版本号至1.2.0
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Get version
|
||||
id: version
|
||||
run: |
|
||||
$version = "1.0.0"
|
||||
$version = "1.2.0"
|
||||
if ($env:GITHUB_REF -like "refs/tags/*") {
|
||||
$version = $env:GITHUB_REF -replace "refs/tags/v?", ""
|
||||
} elseif ($env:GITHUB_EVENT_NAME -eq "pull_request") {
|
||||
|
||||
Reference in New Issue
Block a user