Skip to content

Commit b4dbd84

Browse files
authored
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

+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)