Skip to content

Commit 2a4478a

Browse files
authored
missing "
1 parent b4dbd84 commit 2a4478a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/on-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ mkdir -p "$PKG_DIR/tools"
172172
# Copy all core files to the package folder
173173
echo "Copying files for packaging ..."
174174
cp -f "$GITHUB_WORKSPACE/boards.txt" "$PKG_DIR/"
175-
cp -f "$GITHUB_WORKSPACE/package.json "$PKG_DIR/"
175+
cp -f "$GITHUB_WORKSPACE/package.json" "$PKG_DIR/"
176176
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
177177
cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/"
178178
cp -Rf "$GITHUB_WORKSPACE/libraries" "$PKG_DIR/"

0 commit comments

Comments
 (0)