Skip to content

Commit

Permalink
separate artifact name by os
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed May 21, 2024
1 parent 6c944ba commit be5fdb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ strategy.job-index }}
name: wheels-linux-${{ strategy.job-index }}
path: rormula/dist

windows:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ strategy.job-index }}
name: wheels-win-${{ strategy.job-index }}
path: rormula/dist

macos:
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ strategy.job-index }}
name: wheels-macos-${{ strategy.job-index }}
path: rormula/dist


Expand Down

0 comments on commit be5fdb0

Please sign in to comment.