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