We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b11a45 commit cba2fe0Copy full SHA for cba2fe0
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Fix any remaining shebang issues
58
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'|' {} \;
+ find "$INSTALL_PATH/bin" -type f -not -name "python*" -exec sed -i '1s|^#!.*/bin/python[0-9.]*|#!/usr/bin/env python'$PY_VERSION'|' {} \;
60
61
- name: Remove unnecessary files
62
run: |
0 commit comments