Skip to content

Commit 9e319ea

Browse files
committed
Merge branch 'bugfix/fix_upload_component_path' into 'main'
Fix invalid component upload path in gmf_examples See merge request adf/multimedia/esp-gmf!105
2 parents ad7f3fc + 52766ed commit 9e319ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
esp_audio_simple_player:./packages/esp_audio_simple_player
2525
esp_capture: ./packages/esp_capture
2626
gmf_app_utils: ./packages/gmf_app_utils
27-
gmf_examples: ./packages/gmf_examples
27+
gmf_examples: ./gmf_examples
2828
namespace: "espressif"
2929
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

0 commit comments

Comments
 (0)