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 3816873 commit 4fa08c5Copy full SHA for 4fa08c5
.github/workflows/push.yml
@@ -283,7 +283,7 @@ jobs:
283
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
284
if: always()
285
with:
286
- name: sdkconfig-${{ matrix.idf_target }}
+ name: sdkconfig-${{ matrix.idf_ver }}-${{ matrix.idf_target }}
287
path: ./components/arduino-esp32/idf_component_examples/**/sdkconfig
288
289
# Save artifacts to gh-pages
0 commit comments