We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614c72b commit 7a82915Copy full SHA for 7a82915
.github/scripts/on-release.sh
@@ -193,7 +193,7 @@ else
193
done
194
fi
195
cp -f "$GITHUB_WORKSPACE/CMakeLists.txt" "$PKG_DIR/"
196
-cp -f "$GITHUB_WORKSPACE/idf_component.yaml" "$PKG_DIR/"
+cp -f "$GITHUB_WORKSPACE/idf_component.yml" "$PKG_DIR/"
197
cp -f "$GITHUB_WORKSPACE/Kconfig.projbuild" "$PKG_DIR/"
198
cp -f "$GITHUB_WORKSPACE/package.json" "$PKG_DIR/"
199
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
0 commit comments