Skip to content

Commit cba2fe0

Browse files
Update build.yml
1 parent 5b11a45 commit cba2fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
# Fix any remaining shebang issues
5858
PY_VERSION=$(echo ${{ github.event.inputs.python_version }} | cut -d. -f1,2)
59-
find "$INSTALL_DIR/bin" -type f -not -name "python*" -exec sed -i '1s|^#!.*/bin/python[0-9.]*|#!/usr/bin/env python'$PY_VERSION'|' {} \;
59+
find "$INSTALL_PATH/bin" -type f -not -name "python*" -exec sed -i '1s|^#!.*/bin/python[0-9.]*|#!/usr/bin/env python'$PY_VERSION'|' {} \;
6060
6161
- name: Remove unnecessary files
6262
run: |

0 commit comments

Comments
 (0)