From 047629a2dc312a8dc85173abfde3ccc7723d85f8 Mon Sep 17 00:00:00 2001 From: Ondrej Kosta Date: Wed, 9 Oct 2024 11:52:41 +0200 Subject: [PATCH] fix(enc28j60): added enc28j60 to Component registry upload --- .github/workflows/upload_component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload_component.yml b/.github/workflows/upload_component.yml index 26ccac9..c44807f 100644 --- a/.github/workflows/upload_component.yml +++ b/.github/workflows/upload_component.yml @@ -14,6 +14,6 @@ jobs: - name: Upload components to the component registry uses: espressif/github-actions/upload_components@master with: - directories: "ksz8863;adin1200;lan867x;ch390;ethernet_init;eth_dummy_phy" + directories: "ksz8863;adin1200;lan867x;ch390;enc28j60;ethernet_init;eth_dummy_phy" namespace: "espressif" api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} \ No newline at end of file