From 51dfa6b19f45e501e744ec1b06ca350f4d68ea8f Mon Sep 17 00:00:00 2001 From: LoveSy Date: Sat, 28 Nov 2020 02:18:40 +0800 Subject: [PATCH] Always upload debug varian as @kotori2 requested --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a0bba644..321f0dc6 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,13 +39,13 @@ jobs: name: EdXposed-SandHook-release path: './EdXposed-SandHook-release/*' - name: Upload YAHFA debug - if: ${{ github.event_name == 'pull_request' && success() }} +# if: ${{ github.event_name == 'pull_request' && success() }} uses: actions/upload-artifact@v2 with: name: EdXposed-YAHFA-debug path: './EdXposed-YAHFA-debug/*' - name: Upload Sandhook debug - if: ${{ github.event_name == 'pull_request' && success() }} +# if: ${{ github.event_name == 'pull_request' && success() }} uses: actions/upload-artifact@v2 with: name: EdXposed-SandHook-debug