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: |