File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 required : false
2424 type : boolean
2525 default : true
26- build-tables :
27- description : Build partition tables
26+ build-partitions :
27+ description : Build partitions
2828 required : false
2929 type : boolean
3030 default : true
@@ -197,7 +197,7 @@ jobs:
197197 artifacts : |
198198 envelopes/*
199199 body : |
200- Envelopes and partition tables for Toit SDK ${{ github.event.inputs.toit-version }}
200+ Envelopes and partitions for Toit SDK ${{ github.event.inputs.toit-version }}
201201 allowUpdates : true
202202 token : ${{ secrets.GITHUB_TOKEN }}
203203 tag : ${{ github.event.inputs.toit-version }}
@@ -384,7 +384,7 @@ jobs:
384384
385385 release-partition-tables :
386386 name : " Release partition tables - ${{ github.event.inputs.toit-version }}"
387- if : ${{ github.event.inputs.build-tables == 'true' }}
387+ if : ${{ github.event.inputs.build-partitions == 'true' }}
388388 runs-on : ubuntu-latest
389389
390390 steps :
@@ -402,10 +402,10 @@ jobs:
402402 run : |
403403 mkdir -p build
404404 shopt -s nullglob
405- for csv_file in partition-tables /*/partitions.csv; do
405+ for csv_file in partitions/esp32 /*/partitions.csv; do
406406 variant=$(basename $(dirname $csv_file))
407- if [ -e "partition-tables /$variant/partitions.csv" ]; then
408- cp "$csv_file" "build/partition-table -$variant.csv"
407+ if [ -e "partitions/esp32 /$variant/partitions.csv" ]; then
408+ cp "$csv_file" "build/partitions-esp32 -$variant.csv"
409409 fi
410410 done
411411
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ See the [variants/README.md](variants/README.md) for a list of the
2323most commonly used variants. You can also browse the ` variants `
2424directory for more variants.
2525
26- See the [ partition-tables/ README.md] ( partition-tables /README.md) for
26+ See the [ partitions/esp32/ README.md] ( partitions/esp32 /README.md) for
2727a list of the most commonly used partition tables. You can also browse
28- the ` partition-tables ` directory for more partition tables.
28+ the ` partitions/esp32 ` directory for more partition tables.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments