From f812dd34f6eac0df4503a9ce11c9887ccff34019 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 11:49:43 +0200 Subject: [PATCH] Publish links. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d3e0f5aa3..5cfee7f67 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,7 +38,7 @@ on_success: - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" - git config --global user.email "rotter.martinos@gmail.com" - git config --global user.name "martinrotter" - - cd ..\rssbuard-build + - cd ..\rssguard-build - 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 *.*