diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 01644f8b66..36b927ef90 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -117,6 +117,14 @@ jobs: configuration: ${{ matrix.configuration }} directory: Google + - name: Download protobuf Release artifact + uses: mockingbirdnest/actions/windows/download_artifact@main + if: ${{ matrix.configuration == 'Debug' }} + with: + name: protobuf + configuration: Release + directory: Google + - name: Download zfp artifact uses: mockingbirdnest/actions/windows/download_artifact@main with: