Update config.yml
This commit is contained in:
@@ -39,3 +39,15 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
echo $PWD
|
echo $PWD
|
||||||
bash ./tools/circle-script.sh
|
bash ./tools/circle-script.sh
|
||||||
|
- run:
|
||||||
|
name: Upload APK to GitHub Releases
|
||||||
|
command: |
|
||||||
|
curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 | tar xjvf -
|
||||||
|
./bin/linux/amd64/github-release upload \
|
||||||
|
--user <github-username> \
|
||||||
|
--repo <github-repo> \
|
||||||
|
--tag <git-tag> \
|
||||||
|
--name Wagic-debug.apk \
|
||||||
|
--file projects/mtg/Android/bin/Wagic-debug.apk \
|
||||||
|
--token $GITHUB_TOKEN
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user