mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-12-21 06:29:37 +00:00
Renamed build to dist
This commit is contained in:
parent
8e4b4ee512
commit
3b7aa0d160
@ -6,6 +6,7 @@ set -x
|
|||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
VERSION="v1.1-$DATE"
|
VERSION="v1.1-$DATE"
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
|
rm -f dist/*.bin
|
||||||
|
|
||||||
for f in $(ls .pio/build/*/firmware.bin); do
|
for f in $(ls .pio/build/*/firmware.bin); do
|
||||||
NAME="BlueSCSI-$VERSION-$(echo $f | cut -d\/ -f3).bin"
|
NAME="BlueSCSI-$VERSION-$(echo $f | cut -d\/ -f3).bin"
|
Loading…
Reference in New Issue
Block a user