Skip to content

Commit

Permalink
Update CI build script for installer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 8, 2022
1 parent 3f19e3d commit eb7a194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for dll in $DLLS; do
ln -sf /usr/lib/gcc/$HOST/*-posix/$dll dll/$HOST
done

TAG=5.0.0-alpha.$(date +%Y%m%d)
TAG=$(cat VERSION).$(date +%Y%m%d)

git config --global user.email "sw@weilnetz.de"
git config --global user.name "Stefan Weil"
Expand Down

0 comments on commit eb7a194

Please sign in to comment.