Skip to content

Commit bc94d4a

Browse files
committed
Fix colliding Android artifact
1 parent a6350c8 commit bc94d4a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,13 @@ jobs:
9090
- uses: actions/download-artifact@v4
9191
with:
9292
path: artifacts
93+
name: webrtc.android_prefixed.tar.gz
94+
- uses: actions/download-artifact@v4
95+
with:
96+
path: artifacts
97+
name: LiveKitWebRTC.xcframework.zip
9398
- uses: softprops/action-gh-release@v2
9499
env:
95100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96101
with:
97-
files: |
98-
artifacts/**/*.xcframework.zip
99-
artifacts/**/*.tar.gz
102+
files: artifacts/**

0 commit comments

Comments
 (0)