Skip to content

Commit 48e1cd3

Browse files
committed
chore: mkdir /tmp/fkm-build in release script
1 parent 05b47d2 commit 48e1cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RELEASE_BUILD="$RELEASE_VERSION" cargo build --no-default-features --features=es
2929

3030
EPOCH=$(date +%s)
3131

32+
mkdir -p /tmp/fkm-build &> /dev/null
3233
espflash save-image --chip esp32 ./target/xtensa-esp32-none-elf/release/fkm-firmware "/tmp/fkm-build/v2_STATION_${RELEASE_VERSION}.bin"
3334
espflash save-image --chip esp32c3 ./target/riscv32imc-unknown-none-elf/release/fkm-firmware "/tmp/fkm-build/v3_STATION_${RELEASE_VERSION}.bin"
3435
./append_metadata.sh "/tmp/fkm-build/v2_STATION_${RELEASE_VERSION}.bin" "$RELEASE_VERSION" "STATION" "v2" "$EPOCH"

0 commit comments

Comments
 (0)