We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302afe6 commit aa5b835Copy full SHA for aa5b835
.github/workflows/release.yml
@@ -269,7 +269,7 @@ jobs:
269
$config.python_expected_hash_sha256 = $hash
270
$config.default_install_directory = "C:\hec\python"
271
$config.default_env_var_name = "PYTHON_CWMS_HOME"
272
- $config.python_exe_sub_directory = "cwmsPYTHON\python"
+ $config.python_exe_sub_directory = "pythonCWMS\python"
273
$config.version = $version
274
$config.archive_filename = $archiveName
275
$config.archive_size_mb = [math]::Round((Get-Item $archiveName).Length / 1MB, 2)
0 commit comments