From 51855f6410c3fa4193897aa98835b196becb8516 Mon Sep 17 00:00:00 2001 From: Ondrej Kosta Date: Wed, 10 Jul 2024 23:07:46 +0200 Subject: [PATCH] feat(eth_dummy_phy): added action to upload to the Component registry --- .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 68ab195..ce2cec5 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;ethernet_init" + directories: "ksz8863;adin1200;lan867x;ethernet_init;eth_dummy_phy" namespace: "espressif" api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} \ No newline at end of file