Update config.yml

This commit is contained in:
Eduardo MG
2023-05-07 16:48:19 -06:00
committed by GitHub
parent 5d41f6dfdb
commit a19ede4c12

View File

@@ -56,7 +56,7 @@ jobs:
- run:
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
#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 \