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