mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Run Tmate in debug mode (#349)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user