Skip to content

Commit b405962

Browse files
committed
Merge branch 'floitsch/partitions' of github.com:toitlang/envelopes into floitsch/partitions
2 parents 093360b + 636360d commit b405962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
mkdir -p build
404404
shopt -s nullglob
405405
for csv_file in partitions/esp32/*/partitions.csv; do
406-
variant=$(basename $(dirname $csv_file))
406+
variant=$(basename "$(dirname "$csv_file")")
407407
if [ -e "partitions/esp32/$variant/partitions.csv" ]; then
408408
cp "$csv_file" "build/partitions-esp32-$variant.csv"
409409
fi
@@ -414,7 +414,7 @@ jobs:
414414
uses: ncipollo/release-action@v1
415415
with:
416416
artifacts: |
417-
build/*
417+
build/partition-table-*.csv
418418
body: |
419419
Envelopes and partition tables for Toit SDK ${{ github.event.inputs.toit-version }}
420420
allowUpdates: true

0 commit comments

Comments
 (0)