Skip to content

Commit

Permalink
Fix artifact naming again
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 3, 2024
1 parent f269392 commit e76ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions/upload-artifact@v4
name: Upload repaired wheels as artifact
with:
name: wheels-${{ matrix.os }}-{{ matrix.pybuilds }}-{{ matrix.arch }}
name: wheels-${{ matrix.os }}-${{ matrix.runs-on}-${{ matrix.pybuilds }}-${{ matrix.arch }}
path: |
./wheelhouse/*.whl
./wheelhouse/*.so
Expand Down

0 comments on commit e76ad35

Please sign in to comment.