From 738815f33a4ac4644f2326c94570084520b3885c Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 22 Oct 2017 23:34:48 +0200 Subject: [PATCH] Fix wiki path. --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 580dbd1e7..07ea068d1 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,11 +51,11 @@ 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" - - 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 + - for /f "tokens=*" %%F in ('dir /b *.7z') do curl --upload-file %%F https://transfer.sh/%%F --silent >> C:\rssguard-wiki\Windows-development-builds.md + - echo.>> C:\rssguard-wiki\Windows-development-builds.md + - for /f "tokens=*" %%F in ('dir /b *.exe') do curl --upload-file %%F https://transfer.sh/%%F --silent >> C:\rssguard-wiki\Windows-development-builds.md + - echo.>> C:\rssguard-wiki\Windows-development-builds.md + - cd C:\rssguard-wiki - git add *.* - git commit -m "New files." - git pull origin master