Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4dbd84

Browse files
authoredMar 30, 2022
add package.json to release zip
so it is directly useable from PlatformIO
1 parent 1e388a2 commit b4dbd84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/scripts/on-release.sh

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.