mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
ci(fix): use unique name for pypi linux release artifacts
This commit is contained in:
parent
be4fb9d359
commit
b16072b1dc
7
.github/workflows/columnq_cli_release.yml
vendored
7
.github/workflows/columnq_cli_release.yml
vendored
@ -206,7 +206,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: "matrix.platform.upload == 'true'"
|
||||
with:
|
||||
name: wheels-linux
|
||||
name: wheels-linux-${{ matrix.platform.manylinux }}
|
||||
path: dist
|
||||
- name: Archive binary
|
||||
if: "startsWith(github.ref, 'refs/tags/')"
|
||||
@ -229,7 +229,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wheels-linux
|
||||
name: wheels-linux-2010
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wheels-linux-2014
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wheels-macos
|
||||
|
||||
7
.github/workflows/roapi_release.yml
vendored
7
.github/workflows/roapi_release.yml
vendored
@ -208,7 +208,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: "matrix.platform.upload == 'true'"
|
||||
with:
|
||||
name: wheels-linux
|
||||
name: wheels-linux-${{ matrix.platform.manylinux }}
|
||||
path: dist
|
||||
- name: Archive binary
|
||||
if: "startsWith(github.ref, 'refs/tags/')"
|
||||
@ -231,7 +231,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wheels-linux
|
||||
name: wheels-linux-2010
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wheels-linux-2014
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wheels-macos
|
||||
|
||||
Loading…
Reference in New Issue
Block a user