fix build artifacts filenames
This commit is contained in:
parent
2cb034192f
commit
e866f06818
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
install_run $PLAT
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.platform }}-py${{ matrix.python-version }}
|
||||
name: ${{ env.PROJECT_NAME }}-${{ env.TRAVIS_OS_NAME }}-${{ matrix.platform }}-py${{ matrix.python-version }}
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
build_win:
|
||||
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
pytest
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ env.PROJECT_NAME }}-${{ matrix.os }}-${{ matrix.platform }}-py${{ matrix.python-version }}
|
||||
name: ${{ env.PROJECT_NAME }}-win-${{ matrix.platform }}-py${{ matrix.python-version }}
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue