mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
fix pwsh variable in CICD (#3188)
This commit is contained in:
parent
1a1760ffd9
commit
75b1a30293
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_orca.yml
vendored
4
.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
|
||||||
|
@ -215,4 +215,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: OrcaSlicer_Linux_${{ env.ver }}
|
name: OrcaSlicer_Linux_${{ env.ver }}
|
||||||
path: './build/OrcaSlicer_ubu64.AppImage'
|
path: './build/OrcaSlicer_ubu64.AppImage'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue