Skip to content

Commit

Permalink
better artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed Nov 8, 2024
1 parent 3757355 commit 4f255c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Upload Python wheels
uses: actions/upload-artifact@v4
with:
name: python-wheels-${{ matrix.os }}-${{ matrix.arch }}
name: python-wheels-${{ runner.os }}-${{ matrix.arch }}
path: python/wheelhouse


Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Download Python wheels
uses: actions/download-artifact@v4
with:
pattern: python-wheels-${{ matrix.os }}-*
pattern: python-wheels-${{ runner.os }}-*
merge-multiple: true
path: .

Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
- name: Download CTranslate2 wheels
uses: actions/download-artifact@v4
with:
pattern: python-wheels-*
pattern: python-wheels-${{ runner.os }}-*
merge-multiple: true
path: .

Expand Down

0 comments on commit 4f255c7

Please sign in to comment.