Skip to content

Commit

Permalink
Use different artifact names for each job
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Jul 8, 2024
1 parent f5588da commit 8cb5d9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-macos
path: dist

windows:
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-windows
path: dist

linux:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-linux
path: dist

linux-cross:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-linux-cross
path: dist

musllinux:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-musllinux
path: dist

musllinux-cross:
Expand Down Expand Up @@ -195,5 +195,5 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-musllinux-cross
path: dist

0 comments on commit 8cb5d9e

Please sign in to comment.