Skip to content

Commit

Permalink
Renamed build to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Jun 20, 2022
1 parent 8e4b4ee commit 3b7aa0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh → dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -x
DATE=$(date +%Y%m%d)
VERSION="v1.1-$DATE"
mkdir -p dist
rm -f dist/*.bin

for f in $(ls .pio/build/*/firmware.bin); do
NAME="BlueSCSI-$VERSION-$(echo $f | cut -d\/ -f3).bin"
Expand Down

0 comments on commit 3b7aa0d

Please sign in to comment.