Skip to content

Commit cd66d09

Browse files
chore: publish discovery.exe (#127)
1 parent d4da119 commit cd66d09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ jobs:
4747
configurePreset: "${{ matrix.target }}"
4848
buildPreset: "${{ matrix.target }}-${{ matrix.configuration }}"
4949
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

Comments
 (0)