From 6e98e6f9e61b390fcb055e344370b2eb71063c7c Mon Sep 17 00:00:00 2001 From: Eduardo MG Date: Sun, 7 May 2023 13:37:03 -0600 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 841b40e36..f89a6990d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ + --repo \ + --tag \ + --name Wagic-debug.apk \ + --file projects/mtg/Android/bin/Wagic-debug.apk \ + --token $GITHUB_TOKEN +