Skip to content

Commit

Permalink
Merge branch 'floitsch/partitions' of github.com:toitlang/envelopes i…
Browse files Browse the repository at this point in the history
…nto floitsch/partitions
  • Loading branch information
floitsch committed Nov 20, 2024
2 parents 093360b + 636360d commit b405962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
mkdir -p build
shopt -s nullglob
for csv_file in partitions/esp32/*/partitions.csv; do
variant=$(basename $(dirname $csv_file))
variant=$(basename "$(dirname "$csv_file")")
if [ -e "partitions/esp32/$variant/partitions.csv" ]; then
cp "$csv_file" "build/partitions-esp32-$variant.csv"
fi
Expand All @@ -414,7 +414,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: |
build/*
build/partition-table-*.csv
body: |
Envelopes and partition tables for Toit SDK ${{ github.event.inputs.toit-version }}
allowUpdates: true
Expand Down

0 comments on commit b405962

Please sign in to comment.