File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ jobs:
271271 curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/main/schema/PACK.xsd --output ./cmsis-toolbox/etc/PACK.xsd
272272 curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/main/schema/PackIndex.xsd --output ./cmsis-toolbox/etc/PackIndex.xsd
273273 curl https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/refs/heads/main/registry/debug-adapters.yml --output ./cmsis-toolbox/etc/debug-adapters.yml
274+ curl https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/refs/heads/main/schemas/debug-adapters.schema.json --output ./cmsis-toolbox/etc/debug-adapters.schema.json
274275 cp ./docs/LICENSE.txt ./cmsis-toolbox
275276 cp ./docs/index.html ./cmsis-toolbox/doc
276277
Original file line number Diff line number Diff line change 8686 uses : dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
8787 with :
8888 repo : " Open-CMSIS-Pack/devtools"
89- version : tags/tools/projmgr/2.10 .0
89+ version : tags/tools/projmgr/2.11 .0
9090 file : projmgr.zip
9191 target : toolbox/projmgr.zip
9292 token : ${{ secrets.GITHUB_TOKEN }}
@@ -270,7 +270,6 @@ jobs:
270270 run : |
271271 curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.49/schema/PACK.xsd --output distribution/etc/PACK.xsd
272272 curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.49/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
273- curl https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/refs/heads/main/registry/debug-adapters.yml --output distribution/etc/debug-adapters.yml
274273 cp ./buildmgr/bin/cbuildgen${{ matrix.temp_extension }}-${{ matrix.arch }} ./distribution/bin/cbuildgen${{ matrix.binary_extension }}
275274 cp -r ./buildmgr/etc/* ./distribution/etc
276275 rm ./distribution/etc/setup
You can’t perform that action at this time.
0 commit comments