Update config.yml

This commit is contained in:
Eduardo MG
2023-05-07 13:37:03 -06:00
committed by GitHub
parent 8204d5a5c1
commit 6e98e6f9e6

View File

@@ -39,3 +39,15 @@ jobs:
command: |
echo $PWD
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