diff --git a/.github/workflows/ffi-builds.yml b/.github/workflows/ffi-builds.yml index d6b90909..45ef2498 100644 --- a/.github/workflows/ffi-builds.yml +++ b/.github/workflows/ffi-builds.yml @@ -198,7 +198,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: ffi-builds + name: ffi-builds-${{ matrix.target }} path: ${{ matrix.name }}.zip release: @@ -216,7 +216,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: ffi-builds + name: ffi-builds-* + merge-multiple: true path: ${{ github.workspace }}/ffi-builds - name: Create draft release diff --git a/.github/workflows/webrtc-builds.yml b/.github/workflows/webrtc-builds.yml index 782daaad..f244eca1 100644 --- a/.github/workflows/webrtc-builds.yml +++ b/.github/workflows/webrtc-builds.yml @@ -153,7 +153,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: webrtc-builds + name: webrtc-builds-${{ matrix.name }}-${{ matrix.arch }} path: ${{ steps.setup.outputs.ZIP }} release: @@ -171,7 +171,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: webrtc-builds + name: webrtc-builds-* + merge-multiple: true path: ${{ github.workspace }}/webrtc-builds - name: Create draft release