Skip to content

Commit

Permalink
ci: fix artifacts v4 with multiple uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp committed Dec 16, 2024
1 parent 6aa4d58 commit 769f085
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-rtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: rtc-release
name: rtc-release-${{ matrix.os }}
path: livekit-rtc/dist/*.whl

make_sdist:
Expand All @@ -118,7 +118,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: rtc-release
name: rtc-release-sdist
path: livekit-rtc/dist/*.tar.gz

publish:
Expand All @@ -131,8 +131,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: rtc-release
pattern: rtc-release-*
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 769f085

Please sign in to comment.