Skip to content

Commit 7f888b4

Browse files
committed
base
1 parent d4d88e0 commit 7f888b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_osx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Package .zip archives
114114
run: |
115-
base=$GITHUB_WORKSPACE/IfcOpenShell/build/Darwin/${{ matrix.cpuarch }}/10.9/install
115+
base=$(find $PWD/IfcOpenShell/build -maxdepth 4 -name install)
116116
mkdir -p $GITHUB_WORKSPACE/package
117117
cd $GITHUB_WORKSPACE/package
118118
@@ -123,7 +123,6 @@ jobs:
123123
124124
PATH=$base/python-3.9.11/bin:$PATH python3 -m pip install --upgrade pip setuptools wheel
125125
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
127126
PATH=$base/python-3.9.11/bin:$PATH python3 -m build -w
128127
PATH=$base/python-3.9.11/bin:$PATH python3 -m delocate-wheel dist/*.whl -w audited
129128

0 commit comments

Comments
 (0)