Skip to content

Commit 37e3b3d

Browse files
committed
set install directory to just pythonCMWS
1 parent ea0bf3f commit 37e3b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
} else {
154154
"${{ github.ref_name }}" -replace "^v", ""
155155
}
156-
$finalDir = "pythonCWMS$version"
156+
$finalDir = "pythonCWMS"
157157
158158
Write-Host "Creating final directory: $finalDir"
159159
Write-Host "Source WinPython directory: $($winpythonDir.Name)"

0 commit comments

Comments
 (0)