Skip to content

Commit

Permalink
add package.json to release zip (#6501)
Browse files Browse the repository at this point in the history
* add package.json to release zip

so it is directly useable from PlatformIO
  • Loading branch information
Jason2866 authored Apr 4, 2022
1 parent ab197e1 commit a1409ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/on-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ mkdir -p "$PKG_DIR/tools"
# Copy all core files to the package folder
echo "Copying files for packaging ..."
cp -f "$GITHUB_WORKSPACE/boards.txt" "$PKG_DIR/"
cp -f "$GITHUB_WORKSPACE/package.json" "$PKG_DIR/"
cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/"
cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/"
cp -Rf "$GITHUB_WORKSPACE/libraries" "$PKG_DIR/"
Expand Down

0 comments on commit a1409ef

Please sign in to comment.