mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 10:47:47 +01:00
Publish links.
This commit is contained in:
parent
148f550235
commit
f48804d472
@ -35,13 +35,13 @@ on_success:
|
|||||||
- dir
|
- dir
|
||||||
- git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts
|
- git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git c:\rssguard-artifacts
|
||||||
- cd ..\rssguard-artifacts
|
- cd ..\rssguard-artifacts
|
||||||
- git fetch
|
|
||||||
- git checkout build-artifacts
|
|
||||||
- git config --global credential.helper store
|
- git config --global credential.helper store
|
||||||
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
|
- 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.email "rotter.martinos@gmail.com"
|
||||||
- git config --global user.name "martinrotter"
|
- 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 add *.*
|
||||||
- git commit -m "New files."
|
- git commit -m "New files."
|
||||||
- git push origin build-artifacts
|
- git push origin build-artifacts
|
Loading…
x
Reference in New Issue
Block a user