Skip to content

Commit

Permalink
Added tag in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Aug 4, 2014
1 parent 016d0d6 commit 8e6fdb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BuildArduinoPackage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

ZIP="C:\Program Files\7-Zip\7z.exe"
OUTPUT="ArduinoJson.zip"

TAG=$(git describe)
OUTPUT="ArduinoJson-$TAG.zip"

cd ..

Expand Down

0 comments on commit 8e6fdb2

Please sign in to comment.