Skip to content

Commit 9c3e3f1

Browse files
committed
update component upload
1 parent 9b7ef6f commit 9c3e3f1

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Upload components to component service
1818
uses: espressif/upload-components-ci-action@v2
1919
with:
20-
name: esp-now
20+
components: "esp-now: ."
2121
namespace: "espp"
2222
# use an old version if this isn't a release for testing
2323
version: ${{ github.event.release && github.event.release.tag_name || 'v0.1.0' }}

0 commit comments

Comments
 (0)