Skip to content

Commit aa5b835

Browse files
committed
fix file path
1 parent 302afe6 commit aa5b835

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
@@ -269,7 +269,7 @@ jobs:
269269
$config.python_expected_hash_sha256 = $hash
270270
$config.default_install_directory = "C:\hec\python"
271271
$config.default_env_var_name = "PYTHON_CWMS_HOME"
272-
$config.python_exe_sub_directory = "cwmsPYTHON\python"
272+
$config.python_exe_sub_directory = "pythonCWMS\python"
273273
$config.version = $version
274274
$config.archive_filename = $archiveName
275275
$config.archive_size_mb = [math]::Round((Get-Item $archiveName).Length / 1MB, 2)

0 commit comments

Comments
 (0)