From 813b16a34adc66696dd90d4404e702a3f7794d1f Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 12:27:17 +0200 Subject: [PATCH] Publish links. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 401143fa5..50f72689a 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,7 +39,7 @@ on_success: - git config --global user.email "rotter.martinos@gmail.com" - git config --global user.name "martinrotter" - cd ..\rssguard-build - - for /f "tokens=*" %%F in ('dir /s /b *.7z') do curl -T %%F chunk.io --silent >> ..\rssguard-artifacts\windows-builds.txt + - for /f "tokens=*" %%F in ('dir /s /b *.7z') do curl --upload-file %%F https://transfer.sh/rssguard-win32-7z --silent >> ..\rssguard-artifacts\windows-builds.txt - cd ..\rssguard-artifacts - git add *.* - git commit -m "New files."