mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Steps not running
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
|||||||
detached: true
|
detached: true
|
||||||
|
|
||||||
- name: Build Revanced APKs
|
- name: Build Revanced APKs
|
||||||
if: ${{ github.event_name != 'workflow_dispatch' && !inputs.DEBUG_ENABLED }}
|
if: ${{ true && !inputs.DEBUG_ENABLED }}
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ inputs.CI_TEST }}" =~ ^(true|True|1)$ ]]; then
|
if [[ "${{ inputs.CI_TEST }}" =~ ^(true|True|1)$ ]]; then
|
||||||
echo "In CI Testing. Using local compose file."
|
echo "In CI Testing. Using local compose file."
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
- name: Upload Build APKS
|
- name: Upload Build APKS
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
if: ${{ github.event_name != 'workflow_dispatch' && !inputs.DEBUG_ENABLED }}
|
if: ${{ true && !inputs.DEBUG_ENABLED }}
|
||||||
with:
|
with:
|
||||||
name: Built-APKs
|
name: Built-APKs
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user