Skip to content

Commit 79539d7

Browse files
Re-add pico-sdk/extra submodules to release ZIP (#181)
1 parent 457e763 commit 79539d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tag-to-draft-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
BUILD_TYPE: package
2929
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
31+
(cd pico-sdk && git submodule update --init)
32+
(cd pico-extras && git submodule update --init)
3133
(cd ./package && bash ./build_boards_manager_package.sh)
3234
pip3 install PyGithub
3335
# Create a draft release and upload the ZIP and JSON files.

0 commit comments

Comments
 (0)