Skip to content

Commit bbf9b05

Browse files
authored
ci: fix standalone branch suffix input (#932)
1 parent 422006f commit bbf9b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# Upload the wheel artifact for only one of the OS as it is OS-agnostic
109109
wheel: ${{ (matrix.python-version == env.MAIN_PYTHON_VERSION) && (matrix.os == 'windows-latest') }}
110110
wheelhouse: true
111-
standalone_suffix: ${{ inputs.standalone_suffix || ''}}
111+
standalone_suffix: ${{ inputs.standalone_branch_suffix || ''}}
112112

113113
- name: "Prepare Testing Environment"
114114
uses: ansys/pydpf-actions/prepare_tests@v2.3

0 commit comments

Comments
 (0)