Tweak sharing links.
This commit is contained in:
parent
e53b973ae0
commit
f3b24f2c66
@ -4,20 +4,24 @@ mkdir rssguard-build && cd rssguard-build
|
||||
qmake ..
|
||||
make
|
||||
make install
|
||||
macdeployqt rssguard-osx.app -dmg
|
||||
macdeployqt rssguard.app -dmg
|
||||
mv rssguard.dmg rssguard-osx.dmg
|
||||
|
||||
ls -lha
|
||||
|
||||
git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git
|
||||
git clone -q --depth=1 --branch=build-artifacts https://github.com/martinrotter/rssguard.git ./build-artifacts
|
||||
git config --global credential.helper "store --file=github_credentials"
|
||||
echo "https://${GH_TOKEN}:@github.com" > github_credentials
|
||||
git config --global user.email "rotter.martinos@gmail.com"
|
||||
git config --global user.name "martinrotter"
|
||||
|
||||
curl --upload-file ./*.dmg https://transfer.sh/rssguard.dmg --silent >> ./build-artifacts/macosx-builds.txt
|
||||
ls -lha
|
||||
|
||||
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 ./rssguard-artifacts
|
||||
git add *.*
|
||||
cd ./build-artifacts
|
||||
git add *.txt
|
||||
git commit -m "New files."
|
||||
git push origin build-artifacts
|
Loading…
x
Reference in New Issue
Block a user