Skip to content

Commit 0c561cf

Browse files
Store Postmaster binaries as workflow artifact
1 parent 1f2475d commit 0c561cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/wc-continuous-integration.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ jobs:
5151
name: WindowsDiscovery
5252
path: ${{ github.workspace }}/build/**/*.exe
5353
retention-days: 8
54+
- if: ${{ inputs.target == 'stm32f407' && inputs.configuration == 'RelWithDebInfo' }}
55+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
with:
57+
name: Postmaster
58+
path: |
59+
${{ github.workspace }}/build/stm32f407/postmaster/bootloader/RelWithDebInfo/*
60+
${{ github.workspace }}/build/stm32f407/postmaster/postmaster_stm32f407/RelWithDebInfo/*
61+
retention-days: 8

0 commit comments

Comments
 (0)