|
|
@@ -312,16 +312,6 @@ jobs:
|
|
|
path: |
|
|
|
./AnyKernel3/**
|
|
|
compression-level: 9
|
|
|
-
|
|
|
- - name: Upload ccache log
|
|
|
- if: inputs.cache == 'true' && inputs.build_type == 'make'
|
|
|
- uses: actions/upload-artifact@v6
|
|
|
- with:
|
|
|
- name: "${{ inputs.branch }}_ccache.log"
|
|
|
- path: ${{ env.CCACHE_LOGFILE }}
|
|
|
- archive: false
|
|
|
- compression-level: 0
|
|
|
- retention-days: 90
|
|
|
|
|
|
- name: Scan and collect patch rejects
|
|
|
if: ${{ always() }}
|