Skip to content

Commit

Permalink
lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 14, 2024
1 parent 3980f11 commit 61bedf5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux-x86_64
path: |
lib/
path: lib/

build-macos:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -74,8 +73,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os == 'macos-13' && 'macos-x86_64' || 'macos-arm64' }}
path: |
lib/
path: lib/

create-universal-dylibs:
needs: build-macos
Expand Down Expand Up @@ -132,8 +130,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: windows-x86_64
path: |
lib/
path: lib/

build-python:
needs:
Expand Down

0 comments on commit 61bedf5

Please sign in to comment.