We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436bf0f commit a6307afCopy full SHA for a6307af
.github/workflows/tag-to-draft-release.yml
@@ -27,7 +27,7 @@ jobs:
27
BUILD_TYPE: package
28
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
29
run: |
30
- bash ./tests/ci/build_package.sh
+ (cd ./package && bash ./build_boards_manager_package.sh)
31
pip3 install PyGithub
32
# Create a draft release and upload the ZIP and JSON files.
33
# This draft is not visible to normal users and needs to be
0 commit comments