We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e388a2 commit b4dbd84Copy full SHA for b4dbd84
.github/scripts/on-release.sh
@@ -172,6 +172,7 @@ mkdir -p "$PKG_DIR/tools"
172
# Copy all core files to the package folder
173
echo "Copying files for packaging ..."
174
cp -f "$GITHUB_WORKSPACE/boards.txt" "$PKG_DIR/"
175
+cp -f "$GITHUB_WORKSPACE/package.json "$PKG_DIR/"
176
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
177
cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/"
178
cp -Rf "$GITHUB_WORKSPACE/libraries" "$PKG_DIR/"
0 commit comments