[ci] print tag message in `latest`

This commit is contained in:
odrling 2019-09-16 14:11:55 +02:00
parent 642a96eed9
commit 3cfb48d3f6
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ tag=$(git describe --exact-match)
[ "$tag" ] || exit
curl -T 'packages\win_installer\output\Aegisub-Japan7-x64.exe' --user $FTP_USER:$FTP_PASS "$dest/Aegisub-Japan7-${tag#v}-x64.exe"
printf "${tag#v}\n$(git tag -l --format='%contents' $tag)" > latest
printf "${tag#v}\n$(git tag -l --format='%(contents)' $tag)" > latest
curl -T latest --user "$FTP_USER:$FTP_PASS" "$dest/"