mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
[appveyor] auto ftp upload part 2
This commit is contained in:
parent
3f2a16c2b3
commit
0953d23168
@ -6,6 +6,6 @@ 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"
|
||||
|
||||
printf "$tag\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/"
|
||||
|
||||
|
@ -76,9 +76,10 @@ after_build:
|
||||
- 7z x "C:\aegisub-codecs.zip"
|
||||
- cd packages\win_installer
|
||||
- iscc aegisub3.iss
|
||||
- cd ..\..
|
||||
|
||||
on_success:
|
||||
- bash.exe .ci\upload_win_installer.sh
|
||||
- bash.exe .ci\\upload_win_installer.sh
|
||||
|
||||
artifacts:
|
||||
- path: packages\win_installer\output\Aegisub-Japan7-x64.exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user