diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index f7784c6156..5a75b23e9f 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -356,6 +356,11 @@ jobs: --gha_build \ --arch ${{ matrix.arch }} \ ${additional_flags[*]} + - name: Copy Analytics DLL to test folders (Windows) + if: startsWith(matrix.os, 'windows') + shell: bash + run: | + find "testapps-desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}" -name integration_test.exe -exec dirname {} \; | while read dir; do cp analytics/windows/analytics_win.dll "$dir/"; done - name: Upload Desktop Cmake uses: actions/upload-artifact@v4 if: ${{ !cancelled() }}