Skip to content

Commit e240fff

Browse files
authored
fix(CI): fix up
1 parent 79c5d18 commit e240fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
- name: Upload wheel as CI artifacts
221221
uses: actions/upload-artifact@v4
222222
with:
223-
name: wheel-${{ github.run_id }}-${{ github.sha }}-{{ runner.os }}_${{ runner.arch }}_Python{{ matrix.python_version }}
223+
name: wheel-${{ github.run_id }}-${{ github.sha }}-${{ runner.os }}_${{ runner.arch }}_Python${{ matrix.python_version }}
224224
path: ./dist/
225225
- name: Set cores to get stored in /cores
226226
if: ${{ matrix.os != 'windows-2022' }}

0 commit comments

Comments
 (0)