Skip to content

Commit

Permalink
fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Feb 18, 2024
1 parent 8376b88 commit 1848474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: artifact-${{ strategy.job-index }}
name: artifact-${{ github.job }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

build_wheels_macos:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: artifact-${{ strategy.job-index }}
name: artifact-${{ github.job }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

build_wheels_linux:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: artifact-${{ strategy.job-index }}
name: artifact-${{ github.job }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

deploy-wheels:
Expand Down

0 comments on commit 1848474

Please sign in to comment.