Update config.yml

This commit is contained in:
Eduardo MG
2023-05-07 16:27:54 -06:00
committed by GitHub
parent b8ea9e6b5f
commit 6ae8984b41

View File

@@ -44,4 +44,12 @@ jobs:
name: Upload APK to GitHub Releases
command: |
python tools/upload-binaries.py -t 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 -s $TRAVIS_COMMIT -l core.zip -r Wagic-core.zip -b $TRAVIS_BRANCH
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 EduardoMunozGomez \
--repo wagic \
--tag circle \
--name Wagic-debug.apk \
--file projects/mtg/Android/bin/Wagic-debug.apk \
--security-token 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