mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-08 14:21:29 +01:00
Tweak sharing links.
This commit is contained in:
parent
d8432c064b
commit
0f61ca47cb
@ -9,16 +9,8 @@ mv rssguard.dmg rssguard-osx.dmg
|
||||
|
||||
ls -lha
|
||||
|
||||
git config --global credential.helper "store --file=github_credentials"
|
||||
echo "https://${GH_TOKEN}:x-oauth-basic@github.com" > github_credentials
|
||||
git config --global user.email "rotter.martinos@gmail.com"
|
||||
git config --global user.name "martinrotter"
|
||||
git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git ./build-artifacts
|
||||
|
||||
ls -lha
|
||||
|
||||
git clone -q --depth=1 --branch=build-artifacts https://martinrotter:${GH_TOKEN}@github.com/martinrotter/rssguard.git ./build-artifacts
|
||||
curl --upload-file ./rssguard-osx.dmg https://transfer.sh/rssguard-osx.dmg --silent >> ./build-artifacts/macosx-builds.txt
|
||||
|
||||
cat ./build-artifacts/macosx-builds.txt
|
||||
|
||||
cd ./build-artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user