From c743bb59fa5e63f7f3071f556613f3334a9df624 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 11:59:59 +0200 Subject: [PATCH] Publish links. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5cfee7f67..401143fa5 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 -T %%F chunk.io --silent >> ..\rssguard-artifacts\windows-builds.txt - cd ..\rssguard-artifacts - git add *.* - git commit -m "New files."