From 3cfb48d3f6f6d5876bee0ce64ce8fb5e763bb9c1 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Mon, 16 Sep 2019 14:11:55 +0200
Subject: [PATCH] [ci] print tag message in `latest`

---
 .ci/upload_win_installer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/upload_win_installer.sh b/.ci/upload_win_installer.sh
index 90070e94d..3bf6c37cf 100644
--- a/.ci/upload_win_installer.sh
+++ b/.ci/upload_win_installer.sh
@@ -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/"
-- 
GitLab