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 2831724 commit 3ce246eCopy full SHA for 3ce246e
.github/scripts/on-release.sh
@@ -172,7 +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/"
+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