mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
add package.json to release zip (#6501)
* add package.json to release zip so it is directly useable from PlatformIO
This commit is contained in:
1
.github/scripts/on-release.sh
vendored
1
.github/scripts/on-release.sh
vendored
@ -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/"
|
||||
|
Reference in New Issue
Block a user