Upload exes on appveyor too.

This commit is contained in:
Martin Rotter 2017-07-13 07:21:24 +02:00
parent 36a74c2fc6
commit 1dc9b0cb29

View File

@ -41,6 +41,8 @@ on_success:
- cd ..\rssguard-build
- for /f "tokens=*" %%F in ('dir /b *.7z') do curl --upload-file %%F https://transfer.sh/%%F --silent >> ..\rssguard-wiki\Windows-development-builds.md
- echo.>> ..\rssguard-wiki\Windows-development-builds.md
- for /f "tokens=*" %%F in ('dir /b *.exe') do curl --upload-file %%F https://transfer.sh/%%F --silent >> ..\rssguard-wiki\Windows-development-builds.md
- echo.>> ..\rssguard-wiki\Windows-development-builds.md
- cd ..\rssguard-wiki
- git add *.*
- git commit -m "New files."