From 09a10fb68ebf3164fc3aacfe87b8ae59d31c75a2 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:58:23 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Run=20Tmate=20in=20debug=20mode?= =?UTF-8?q?=20(#349)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-artifact.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 3af8da9..c6f16e8 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -74,8 +74,11 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@master if: ${{ github.event_name == 'workflow_dispatch' && inputs.DEBUG_ENABLED }} + with: + detached: true - name: Build Revanced APKs + if: ${{ github.event_name != 'workflow_dispatch' && !inputs.DEBUG_ENABLED }} run: | if [[ "${{ inputs.CI_TEST }}" =~ ^(true|True|1)$ ]]; then echo "In CI Testing. Using local compose file." @@ -86,6 +89,7 @@ jobs: fi - name: Upload Build APKS uses: actions/upload-artifact@main + if: ${{ github.event_name != 'workflow_dispatch' && !inputs.DEBUG_ENABLED }} with: name: Built-APKs path: |