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 fbce635 commit 524c2f2Copy full SHA for 524c2f2
.github/workflows/push.yml
@@ -282,6 +282,7 @@ jobs:
282
283
- name: Upload generated sdkconfig files for debugging
284
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
285
+ if: always()
286
with:
287
name: sdkconfig-${{ matrix.idf_target }}
288
path: ./components/arduino-esp32/idf_component_examples/**/sdkconfig
0 commit comments