Skip to content

Commit 0fae114

Browse files
committed
chore: upload all windows binaries as artifact in github
1 parent cd66d09 commit 0fae114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5252
with:
5353
name: WindowsDiscovery
54-
path: ${{ github.workspace }}/build/host/postmaster/discovery/RelWithDebInfo/*.exe
54+
path: ${{ github.workspace }}/build/**/*.exe
5555
retention-days: 8

0 commit comments

Comments
 (0)