Add newlines when uploading links.
This commit is contained in:
parent
423a544340
commit
330872731d
@ -38,6 +38,7 @@ on_success:
|
|||||||
- git config --global user.name "martinrotter"
|
- git config --global user.name "martinrotter"
|
||||||
- cd ..\rssguard-build
|
- cd ..\rssguard-build
|
||||||
- for /f "tokens=*" %%F in ('dir /s /b *.7z') do curl --upload-file %%F https://transfer.sh/rssguard-win32.7z --silent >> ..\rssguard-wiki\Windows-development-builds.md
|
- for /f "tokens=*" %%F in ('dir /s /b *.7z') do curl --upload-file %%F https://transfer.sh/rssguard-win32.7z --silent >> ..\rssguard-wiki\Windows-development-builds.md
|
||||||
|
- echo.>> ..\rssguard-wiki\Windows-development-builds.md
|
||||||
- cd ..\rssguard-wiki
|
- cd ..\rssguard-wiki
|
||||||
- git add *.*
|
- git add *.*
|
||||||
- git commit -m "New files."
|
- git commit -m "New files."
|
||||||
|
@ -13,6 +13,7 @@ git config --global user.email "rotter.martinos@gmail.com"
|
|||||||
git config --global user.name "martinrotter"
|
git config --global user.name "martinrotter"
|
||||||
git clone -q --depth=1 https://martinrotter:${GH_TOKEN}@github.com/martinrotter/rssguard.wiki.git ./build-wiki
|
git clone -q --depth=1 https://martinrotter:${GH_TOKEN}@github.com/martinrotter/rssguard.wiki.git ./build-wiki
|
||||||
curl --upload-file ./rssguard-osx.dmg https://transfer.sh/rssguard-osx.dmg --silent >> ./build-wiki/Mac-OS-X-development-builds.md
|
curl --upload-file ./rssguard-osx.dmg https://transfer.sh/rssguard-osx.dmg --silent >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
|
echo >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
cat ./build-wiki/Mac-OS-X-development-builds.md
|
cat ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
|
|
||||||
cd ./build-wiki
|
cd ./build-wiki
|
||||||
|
Loading…
x
Reference in New Issue
Block a user