mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
fix pwsh variable in CICD (#3188)
This commit is contained in:
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
if ($versionContent -match 'set\(SoftFever_VERSION "(.*?)"\)') {
|
if ($versionContent -match 'set\(SoftFever_VERSION "(.*?)"\)') {
|
||||||
$ver = $matches[1]
|
$ver = $matches[1]
|
||||||
}
|
}
|
||||||
ver = "V$ver"
|
$ver = "V$ver"
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "ver=$ver" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
|
echo "ver=$ver" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
|
||||||
|
|||||||
Reference in New Issue
Block a user