Skip to content

Commit 363ec4a

Browse files
author
Goran Jelic-Cizmek
committed
Fix Windows installer name in release CI
1 parent 1f3a61e commit 363ec4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
id: rename
299299
run: |
300300
# convert "3.9,3.10..." into "39-310-..."
301-
py_version_string="$(echo "${{ github.event.inputs.python_version }}" | sed 's/\.//g; s/,/-/g')"
301+
py_version_string="$(echo "${{ github.event.inputs.python_versions }}" | sed 's/\.//g; s/,/-/g')"
302302
win_installer_name="nrn-${{ env.REL_TAG }}.w64-mingw-py-${py_version_string}-setup.exe"
303303
echo "win_installer_name=${win_installer_name}" >> "$GITHUB_OUTPUT"
304304
cp nrn-nightly-AMD64.exe "${win_installer_name}"

0 commit comments

Comments
 (0)