We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea27540 commit 71746cfCopy full SHA for 71746cf
.github/workflows/integration_tests.yml
@@ -356,6 +356,11 @@ jobs:
356
--gha_build \
357
--arch ${{ matrix.arch }} \
358
${additional_flags[*]}
359
+ - name: Copy Analytics DLL to test folders (Windows)
360
+ if: startsWith(matrix.os, 'windows')
361
+ shell: bash
362
+ run: |
363
+ 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
364
- name: Upload Desktop Cmake
365
uses: actions/upload-artifact@v4
366
if: ${{ !cancelled() }}
0 commit comments