Skip to content

Commit 73aea2f

Browse files
authored
Merge branch 'master' into ci/add-py313-to-release-pipeline
2 parents eae6db4 + 7fa3835 commit 73aea2f

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)