From 6ae8984b412d485a68031d84d712e28a1cf8296b Mon Sep 17 00:00:00 2001 From: Eduardo MG Date: Sun, 7 May 2023 16:27:54 -0600 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1fb080a4..aa710e593 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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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