Skip to content

Commit 17ff1b2

Browse files
Kevin Townsendtannewt
Kevin Townsend
authored andcommitted
Fixed build folder for travis
1 parent d5af898 commit 17ff1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_adafruit_bins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
for board in $boards; do
4848
mkdir -p bin/$board/
4949
if [ $board == "feather52" ]; then
50-
cp ports/nrf/build-$board/firmware.bin bin/$board/adafruit-circuitpython-$board-$version.bin
50+
cp ports/nrf/build-$board-s132/firmware.bin bin/$board/adafruit-circuitpython-$board-$version.bin
5151
(( exit_status = exit_status || $? ))
5252
else
5353
cp ports/atmel-samd/build-$board/firmware.bin bin/$board/adafruit-circuitpython-$board-$version.bin

0 commit comments

Comments
 (0)