Skip to content

Commit 4be2956

Browse files
committed
One more fix (hopefully)
1 parent b67ee94 commit 4be2956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
- name: Build
317317
run: |
318318
cmake --build ${{github.workspace}}/pybuild --config ${{env.BUILD_TYPE}}
319-
cp ./pybuild/src/python/${{env.BUILD_TYPE}}/pysimplex.so .
319+
cp ./pybuild/src/python/pysimplex.so .
320320
321321
- name: Build Wheel
322322
run: |

0 commit comments

Comments
 (0)