Skip to content

Commit

Permalink
Updated the uppload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFecteau committed Jun 15, 2024
1 parent 4948a16 commit 66b3bf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-linux-${{ matrix.platform.target }}
name: wheels
path: dist

musllinux:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-musllinux-${{ matrix.platform.target }}
name: wheels
path: dist

windows:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-windows-${{ matrix.platform.target }}
name: wheels
path: dist

macos:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-macos-${{ matrix.platform.target }}
name: wheels
path: dist

release:
Expand Down

0 comments on commit 66b3bf2

Please sign in to comment.