This commit is contained in:
odrling 2019-08-31 20:53:48 +02:00
parent 77b8bd5a36
commit 2b11a4cacb
2 changed files with 2 additions and 9 deletions

View File

@ -5,4 +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-x64-${tag#v}.exe"
curl -T <(printf "${tag#v}\n$(git tag -l --format='%contents' $tag)") --user "$FTP_USER:$FTP_PASS" "$dest/"
printf "${tag#v}\n$(git tag -l --format='%contents' $tag)" > latest
curl -T latest --user "$FTP_USER:$FTP_PASS" "$dest/"

View File

@ -1,13 +1,5 @@
image: Visual Studio 2017
environment:
FTP_USER:
secure: xGGTbpTyolt9LzlibZG35w==
FTP_PASS:
secure: kPsYsaMBJdlI+vsnrfBp7thNkr9EjDML9dPLxQ0Jjxs=
install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive