From 7786610af785c3464a01b34c71d59a3783377d15 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:56:36 +0200 Subject: [PATCH] test(build): upload with apk --- .github/workflows/beta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index fdb1857b..484e6880 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest env: CI: true - SKIP_BUILD: true + SKIP_BUILD: false steps: - name: Checkout repo @@ -255,6 +255,7 @@ jobs: curl -H "Content-Type: application/json" \ -d "$discord_data" \ ${{ secrets.DISCORD_WEBHOOK }} + echo "You have only send an embed to discord due to SKIP_BUILD being set to true" # Upload APK to Discord if [ "$SKIP_BUILD" != "true" ]; then