Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 14, 2024
1 parent c9c8100 commit b96a42e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,16 @@ jobs:
mkdir -p build/models
- name: Copy Linux Build Artifacts
run: cp -r linux build/linux
run: cp -r linux/* build/linux

- name: Copy Windows Build Artifacts
run: cp -r windows build/windows
run: cp -r windows/* build/windows

- name: Copy macOS Universal Build Artifacts
run: cp -r macos build/macos
run: cp -r macos/* build/macos

- name: Copy Models
run: cp -r models build/models
run: cp -r models/* build/models

- name: Copy Python Wrapper
run: cp -r wrappers/babylon.py build
Expand Down

0 comments on commit b96a42e

Please sign in to comment.