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 1f2475d commit 0c561cfCopy full SHA for 0c561cf
.github/workflows/wc-continuous-integration.yml
@@ -51,3 +51,11 @@ jobs:
51
name: WindowsDiscovery
52
path: ${{ github.workspace }}/build/**/*.exe
53
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