Skip to content

Commit

Permalink
ci: fix missed line (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Dec 14, 2024
1 parent 6dbfb96 commit 627322f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: ffi-builds-*
pattern: ffi-builds-*
merge-multiple: true
path: ${{ github.workspace }}/ffi-builds

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webrtc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: webrtc-builds-*
pattern: webrtc-builds-*
merge-multiple: true
path: ${{ github.workspace }}/webrtc-builds

Expand Down

0 comments on commit 627322f

Please sign in to comment.