File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
113
113
- name : Package .zip archives
114
114
run : |
115
- base=$GITHUB_WORKSPACE /IfcOpenShell/build/Darwin/${{ matrix.cpuarch }}/10.9/ install
115
+ base=$(find $PWD /IfcOpenShell/build -maxdepth 4 -name install)
116
116
mkdir -p $GITHUB_WORKSPACE/package
117
117
cd $GITHUB_WORKSPACE/package
118
118
@@ -123,7 +123,6 @@ jobs:
123
123
124
124
PATH=$base/python-3.9.11/bin:$PATH python3 -m pip install --upgrade pip setuptools wheel
125
125
PATH=$base/python-3.9.11/bin:$PATH python3 -m pip install build delocate
126
- PATH=$base/python-3.9.11/bin:$PATH patchelf --version
127
126
PATH=$base/python-3.9.11/bin:$PATH python3 -m build -w
128
127
PATH=$base/python-3.9.11/bin:$PATH python3 -m delocate-wheel dist/*.whl -w audited
129
128
You can’t perform that action at this time.
0 commit comments