Skip to content

Commit a1409ef

Browse files
authored
add package.json to release zip (#6501)
* add package.json to release zip so it is directly useable from PlatformIO
1 parent ab197e1 commit a1409ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +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/"
175176
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
176177
cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/"
177178
cp -Rf "$GITHUB_WORKSPACE/libraries" "$PKG_DIR/"

0 commit comments

Comments
 (0)