mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-18 20:01:15 +01:00
Fix wiki path.
This commit is contained in:
parent
72864f75cf
commit
738815f33a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user