From f48804d4726d20726bf3eeda71ff00a77dd71306 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 25 Aug 2016 11:33:26 +0200 Subject: [PATCH] Publish links. --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index fcdd4064e..9d1682cc4 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,13 +35,13 @@ on_success: - dir - git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts - cd ..\rssguard-artifacts - - git fetch - - git checkout build-artifacts - git config --global credential.helper store - 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" - - curl -T ..\rssguard-build\*.7z chunk.io --silent >> windows-builds.txt + - cd ..\rssbuard-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 *.* - git commit -m "New files." - git push origin build-artifacts \ No newline at end of file