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 d4da119 commit cd66d09Copy full SHA for cd66d09
.github/workflows/ci.yml
@@ -47,3 +47,9 @@ jobs:
47
configurePreset: "${{ matrix.target }}"
48
buildPreset: "${{ matrix.target }}-${{ matrix.configuration }}"
49
configurePresetAdditionalArgs: "['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
50
+ - if: ${{ matrix.target == 'windows' }}
51
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52
+ with:
53
+ name: WindowsDiscovery
54
+ path: ${{ github.workspace }}/build/host/postmaster/discovery/RelWithDebInfo/*.exe
55
+ retention-days: 8
0 commit comments