Skip to content

Commit

Permalink
fix dists path
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Sep 22, 2024
1 parent f2940f4 commit 55cedb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-linux-${{ matrix.platform.target }}
path: dist
path: sbv2_bindings/dist

windows:
runs-on: ${{ matrix.platform.runner }}
Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-windows-${{ matrix.platform.target }}
path: dist
path: sbv2_bindings/dist

macos:
runs-on: ${{ matrix.platform.runner }}
Expand All @@ -99,7 +99,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-macos-${{ matrix.platform.target }}
path: dist
path: sbv2_bindings/dist

sdist:
runs-on: ubuntu-latest
Expand All @@ -115,7 +115,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-sdist
path: dist
path: sbv2_bindings/dist

release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55cedb2

Please sign in to comment.