We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dbd84 commit 2a4478aCopy full SHA for 2a4478a
.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