Skip to content

Commit 7fa3835

Browse files
authored
Fix update_operators.yml version management (#2312)
1 parent 733d800 commit 7fa3835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_operators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: "Update ansys-grpc-dpf"
5353
shell: bash
5454
run: |
55-
wheel_file=$(find ./dpf-standalone/${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}/dist -name "ansys_grpc_dpf-*" -type f)
55+
wheel_file=$(find ./dpf-standalone/v${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}/dist -name "ansys_grpc_dpf-*" -type f)
5656
echo $wheel_file
5757
rm -r src/ansys/grpc
5858
unzip -o $wheel_file "ansys/**/*" -d src/

0 commit comments

Comments
 (0)