Skip to content

Commit

Permalink
Add date suffix on final tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jan 8, 2018
1 parent d9feff6 commit 79d0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ cd ..
echo "# ==============================================================="
echo "# collect"

COLLECT=`pwd`/../artifacts/${GCC}-toolchain_${BUILD}_${TARGET}.tar.bz2
COLLECT=`pwd`/../artifacts/${GCC}-toolchain_${BUILD}_${TARGET}_`date --iso-8601`.tar.bz2
pushd /
tar -jcvf ${COLLECT} gcc-toolchain
popd

0 comments on commit 79d0a92

Please sign in to comment.