Fix macos?"
This commit is contained in:
parent
3141a8400d
commit
44b9712f1f
@ -13,7 +13,9 @@ 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
|
||||||
|
|
||||||
dmgname=*-osx.dmg
|
set -- *.dmg
|
||||||
|
dmgname="$1"
|
||||||
|
echo $dmgname
|
||||||
|
|
||||||
curl --upload-file ./$dmgname https://transfer.sh/$dmgname --silent >> ./build-wiki/Mac-OS-X-development-builds.md
|
curl --upload-file ./$dmgname https://transfer.sh/$dmgname --silent >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
echo >> ./build-wiki/Mac-OS-X-development-builds.md
|
echo >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user