From 627322f845d59e832cae915a9a1edbcf72a85a95 Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Sat, 14 Dec 2024 20:06:54 +0200 Subject: [PATCH] ci: fix missed line (#523) --- .github/workflows/ffi-builds.yml | 2 +- .github/workflows/webrtc-builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ffi-builds.yml b/.github/workflows/ffi-builds.yml index 45ef2498..3b31ec8c 100644 --- a/.github/workflows/ffi-builds.yml +++ b/.github/workflows/ffi-builds.yml @@ -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 diff --git a/.github/workflows/webrtc-builds.yml b/.github/workflows/webrtc-builds.yml index f244eca1..b5a1b6b1 100644 --- a/.github/workflows/webrtc-builds.yml +++ b/.github/workflows/webrtc-builds.yml @@ -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